| Interface | Description |
|---|---|
| ExtendsDirective |
directive @extends on OBJECT | INTERFACE
|
| ExternalDirective |
directive @external on FIELD_DEFINITION
|
| FieldSet |
Annotation representing _FieldSet scalar type that is used to represent a set of fields.
|
| KeyDirective |
directive @key(fields: _FieldSet!) on OBJECT | INTERFACE
|
| ProvidesDirective |
directive @provides(fields: _FieldSet!) on FIELD_DEFINITION
|
| RequiresDirective |
directive @requires(fields: _FieldSet!) on FIELD_DEFINITON
|