Skip to content

Commit

Permalink
changed type id from String to ID
Browse files Browse the repository at this point in the history
  • Loading branch information
Devesh326 committed Jan 26, 2024
1 parent dc6b68d commit 2dfc12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GraphQl/Mutations/mutations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const UPDATE_USER_MUTATION = gql`
$firstName: String
$lastName: String
$email: EmailAddress
$id: String
$id: ID
$applangcode: String
$file: String
) {
Expand Down

0 comments on commit 2dfc12a

Please sign in to comment.