Skip to content

Commit

Permalink
chore: add child identifier in view birth record query (#7469)
Browse files Browse the repository at this point in the history
* chore: add child identifier in view birth record query

* Update CHANGELOG.md

* chore: update CHANGELOG.md to add this change under v1.6.0
  • Loading branch information
tahmidrahman-dsi committed Aug 15, 2024
1 parent a2b6452 commit ecbf577
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 1.6.0 (TBD)

## Improvements

- Fetch child identifier in view record

### New features

- Certificate handlebar for registration fees `registrationFees` [#6817](https://github.com/opencrvs/opencrvs-core/issues/6817)
Expand Down Expand Up @@ -42,6 +46,12 @@
}
```

## 1.5.1

## Improvements

- Fetch child identifier in view record

## 1.5.0 (TBD)

## Breaking changes
Expand Down
5 changes: 5 additions & 0 deletions packages/client/src/views/ViewRecord/query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,11 @@ export const FETCH_VIEW_RECORD_BY_COMPOSITION = gql`
_fhirIDMap
child {
id
identifier {
id
type
otherType
}
name {
use
firstNames
Expand Down

0 comments on commit ecbf577

Please sign in to comment.