8 lines
150 B
GraphQL
8 lines
150 B
GraphQL
mutation ChangeProfileInfo($data: ChangeProfileInfoInput!) {
|
|
changeProfileInfo(data: $data) {
|
|
name
|
|
id
|
|
displayName
|
|
}
|
|
}
|