OBJECT
__Directive
Represents a directive
link GraphQL Schema definition
- type __Directive {
- : [__InputValue]
- : String
- : [__DirectiveLocation]
- : String
- : Boolean @deprecated( reason: "Check `locations` field for enum value FIELD" )
- : Boolean @deprecated( reason: "Check `locations` field for enum value FRAGMENT_SPREAD" )
- : Boolean @deprecated( reason: "Check `locations` field for enum value OPERATION" )
- }