auth
The directive is used to restrict access to specific GraphQL resources based on the permissions of the user making the request.
link GraphQL Schema definition
- directive @auth( : [Permission!]!) on FIELD | FIELD_DEFINITION | OBJECT
link Require by
This element is not required by anyone