Skip to content

Commit

Permalink
fix: update fetch registration role query property
Browse files Browse the repository at this point in the history
  • Loading branch information
Nil20 committed Nov 19, 2024
1 parent 65a305f commit 24ebf36
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions e2e/testcases/birth/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,13 +250,13 @@ export const GET_BIRTH_REGISTRATION_FOR_REVIEW = print(gql`
user {
id
role {
_id
labels {
lang
label
id
label {
id
defaultMessage
description
}
}
systemRole
name {
firstNames
familyName
Expand Down
10 changes: 5 additions & 5 deletions e2e/testcases/death/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -318,13 +318,13 @@ export const GET_DEATH_REGISTRATION_FOR_REVIEW = print(gql`
user {
id
role {
_id
labels {
lang
label
id
label {
id
defaultMessage
description
}
}
systemRole
name {
firstNames
familyName
Expand Down

0 comments on commit 24ebf36

Please sign in to comment.