Module: Static::RbacGroupList

Defined in:
lib/static.rb

Constant Summary collapse

Name =
"rbacGroupList"
Query =
"  query rbacGroupList($userPoolId: String!, $sortBy: SortByEnum, $page: Int, $count: Int){\n  rbacGroupList(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"