Module: Static::RemoveUserFromRBACGroupBatch
- Defined in:
- lib/static.rb
Constant Summary collapse
- Name =
"removeUserFromRBACGroupBatch"
- Query =
<<-EOS mutation removeUserFromRBACGroupBatch($sortBy: SortByEnum, $page: Int, $count: Int, $input: RemoveUserFromRBACGroupBatchInput!){ removeUserFromRBACGroupBatch(input: $input){ _id userPoolId name description createdAt updatedAt roles{ totalCount } permissions{ totalCount } users(sortBy: $sortBy, page: $page, count: $count){ totalCount } } } EOS