The __Directive Type
The__Directive
type represents a Directive that a server supports.
Fields
name
must return a Stringdescription
may return a String or nulllocations
returns a List of__DirectiveLocation
representing the valid locations this directive may be placed.args
returns a List of__InputValue
representing the arguments this directive accepts.