6 lines
88 B
GraphQL
6 lines
88 B
GraphQL
mutation UpdateUser($user: UpdateUserInput!) {
|
|
updateUser(user: $user) {
|
|
ok
|
|
}
|
|
}
|