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