13 lines
215 B
Plaintext
13 lines
215 B
Plaintext
|
mutation ($groupId: Int!, $userId: Int!) {
|
||
|
groups {
|
||
|
assignUser(groupId: $groupId, userId: $userId) {
|
||
|
responseResult {
|
||
|
succeeded
|
||
|
errorCode
|
||
|
slug
|
||
|
message
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|