Skip to content

Commit

Permalink
Updated phone input type
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavberi committed Dec 16, 2024
1 parent 852c782 commit 9589e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gql/mutations/users.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const UPDATE_USERDATA = gql`
`;

export const UPDATE_USERPHONE = gql`
mutation UpdateUserPhone($userDataInput: UserDataInput!) {
mutation UpdateUserPhone($userDataInput: PhoneInput!) {
updateUserPhone(userDataInput: $userDataInput)
}
`;

0 comments on commit 9589e5f

Please sign in to comment.