UpdateCurrentUserInput
No description
input UpdateCurrentUserInput {
id: ID!
patch: PatchableCurrentUserFields!
}
Fields
UpdateCurrentUserInput.id
● ID!
non-null scalar
UpdateCurrentUserInput.patch
● PatchableCurrentUserFields!
non-null input
Member Of
updateCurrentUser
mutation