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.