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.