From 2dfc12a60011dd39e8735fbe8b3450f0f435d5b3 Mon Sep 17 00:00:00 2001 From: Devesh326 Date: Fri, 26 Jan 2024 18:40:53 +0530 Subject: [PATCH] changed type id from String to ID --- src/GraphQl/Mutations/mutations.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GraphQl/Mutations/mutations.ts b/src/GraphQl/Mutations/mutations.ts index 05d9f9c4c5..56d9739eeb 100644 --- a/src/GraphQl/Mutations/mutations.ts +++ b/src/GraphQl/Mutations/mutations.ts @@ -73,7 +73,7 @@ export const UPDATE_USER_MUTATION = gql` $firstName: String $lastName: String $email: EmailAddress - $id: String + $id: ID $applangcode: String $file: String ) {