searchRole
No description
This has an additional cost of 2 points per roles.
This requires the current user to be in ADMIN role.
searchRole(
roles: [Roles!]! = ADMIN
sort: EntitySort = { field: SOME_FIELD, direction: ASC }
): Int!
Directivesβ
complexityβ
This has an additional cost of 2 points per roles.
authβ
This requires the current user to be in ADMIN role.
Argumentsβ
searchRole.rolesΒ βΒ [Roles!]! non-null enum commonβ
searchRole.sortΒ βΒ EntitySort input commonβ
Typeβ
Int scalar commonβ
The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.