Module: Static::RbacRoleList
- Defined in:
- lib/static.rb
Constant Summary collapse
- Name =
"rbacRoleList"- Query =
" query rbacRoleList($userPoolId: String!, $sortBy: SortByEnum, $page: Int, $count: Int){\n rbacRoleList(userPoolId: $userPoolId, sortBy: $sortBy, page: $page, count: $count){\n totalCount\n list{\n _id\n userPoolId\n name\n description\n createdAt\n updatedAt\n }\n }\n}\n"