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
): 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
roles
● [Roles!]!
non-null enum 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.