wikijs-fork/client/graph/admin/groups/groups-mutation-assign.gql

13 lines
215 B
GraphQL

mutation ($groupId: Int!, $userId: Int!) {
groups {
assignUser(groupId: $groupId, userId: $userId) {
responseResult {
succeeded
errorCode
slug
message
}
}
}
}