| Authenticated |
directive @authenticated on ENUM | FIELD_DEFINITION | INTERFACE | OBJECT | SCALAR
|
| ComposeDirective |
directive @composeDirective(name: String!) repeatable on SCHEMA
|
| ComposeDirective.ComposeDirectives |
|
| Extends |
directive @extends on OBJECT | INTERFACE
|
| External |
directive @external on FIELD_DEFINITION | OBJECT
|
| FieldSet |
String-serialized scalar represents a set of fields that's passed to a federated directive.
|
| Inaccessible |
directive @inaccessible on FIELD_DEFINITION | INTERFACE | OBJECT | UNION | ARGUMENT_DEFINITION | SCALAR |
ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION
|
| InterfaceObject |
directive @interfaceObject on OBJECT
|
| Key |
directive @key(fields: FieldSet!, resolvable: Boolean = true) repeatable on OBJECT | INTERFACE
|
| Key.Keys |
|
| Override |
directive @override(from: String!, label: String) on FIELD_DEFINITION
|
| Provides |
directive @provides(fields: FieldSet!) on FIELD_DEFINITION
|
| Requires |
directive @requires(fields: FieldSet!) on FIELD_DEFINITION
|
| Shareable |
directive @shareable repeatable on FIELD_DEFINITION | OBJECT
|
| Shareable.Shareables |
|
| Tag |
directive @tag(name: String!) repeatable on FIELD_DEFINITION | INTERFACE | OBJECT | UNION |
ARGUMENT_DEFINITION | SCALAR | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION
|
| Tag.Tags |
|