📄️ auth
auth is a directive that will enforce authorization rules on the schema
📄️ cacheControl
No description
📄️ constraint
constraint is a directive that will perform validation on input fields used as
📄️ deprecated
deprecated indicates that a field should not be used in the future.
📄️ oneOf
Indicates exactly one field must be supplied and this field must not be null.
📄️ rate
rate enforces a rate limit on requests made by the user.
📄️ specifiedBy
Exposes a URL that specifies the behavior of this scalar.