Initial commit from monorepo
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
mutation UpdateUser($userId: String!, $input: UpdateUserInput!) {
|
||||
updateUser(userId: $userId, input: $input) {
|
||||
user {
|
||||
id
|
||||
firstName
|
||||
lastName
|
||||
phone
|
||||
avatarId
|
||||
activeTeamId
|
||||
activeTeam {
|
||||
id
|
||||
name
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user