Skip to content

Commit

Permalink
fix: update broken mutations
Browse files Browse the repository at this point in the history
  • Loading branch information
devsargam committed Feb 4, 2024
1 parent 6cec6c2 commit d18dc6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/GraphQl/Mutations/mutations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,11 @@ export const ADDRESS_DETAILS_FRAGMENT = gql`

export const UPDATE_USER_MUTATION = gql`
mutation UpdateUserProfile(
$id: ID
$firstName: String
$lastName: String
$email: EmailAddress
$applangcode: String
$file: String
) {
updateUserProfile(
Expand Down

0 comments on commit d18dc6e

Please sign in to comment.