Skip to content

Commit

Permalink
fix: amend death and marriage fetch query
Browse files Browse the repository at this point in the history
  • Loading branch information
Nil20 committed Jan 13, 2025
1 parent 5d06701 commit 502a2bc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions packages/client/src/views/DataProvider/death/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,13 @@ const GET_DEATH_REGISTRATION_FOR_REVIEW = gql`
contactRelationship
contactPhoneNumber
contactEmail
assignment {
practitionerId
firstName
lastName
officeName
avatarURL
}
certificates {
hasShowedVerifiedDocument
certificateTemplateId
Expand Down Expand Up @@ -535,13 +542,6 @@ export const GET_DEATH_REGISTRATION_FOR_CERTIFICATION = gql`
contactEmail
contactPhoneNumber
informantsSignature
assignment {
practitionerId
firstName
lastName
officeName
avatarURL
}
duplicates {
compositionId
trackingId
Expand Down
14 changes: 7 additions & 7 deletions packages/client/src/views/DataProvider/marriage/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,13 @@ const GET_MARRIAGE_REGISTRATION_FOR_REVIEW = gql`
contactRelationship
contactPhoneNumber
contactEmail
assignment {
practitionerId
firstName
lastName
officeName
avatarURL
}
certificates {
hasShowedVerifiedDocument
certificateTemplateId
Expand Down Expand Up @@ -502,13 +509,6 @@ const GET_MARRIAGE_REGISTRATION_FOR_CERTIFICATE = gql`
brideSignature
witnessOneSignature
witnessTwoSignature
assignment {
practitionerId
firstName
lastName
officeName
avatarURL
}
duplicates {
compositionId
trackingId
Expand Down

0 comments on commit 502a2bc

Please sign in to comment.