Types > __DirectiveLocation
__DirectiveLocation
Values
| Value | Description |
|---|---|
| ARGUMENT_DEFINITION | Location adjacent to an argument definition. |
| ENUM | Location adjacent to an enum definition. |
| ENUM_VALUE | Location adjacent to an enum value definition. |
| FIELD | Location adjacent to a field. |
| FIELD_DEFINITION | Location adjacent to a field definition. |
| FRAGMENT_DEFINITION | Location adjacent to a fragment definition. |
| FRAGMENT_SPREAD | Location adjacent to a fragment spread. |
| INLINE_FRAGMENT | Location adjacent to an inline fragment. |
| INPUT_FIELD_DEFINITION | Location adjacent to an input object field definition. |
| INPUT_OBJECT | Location adjacent to an input object type definition. |
| INTERFACE | Location adjacent to an interface definition. |
| MUTATION | Location adjacent to a mutation operation. |
| OBJECT | Location adjacent to an object type definition. |
| QUERY | Location adjacent to a query operation. |
| SCALAR | Location adjacent to a scalar definition. |
| SCHEMA | Location adjacent to a schema definition. |
| SUBSCRIPTION | Location adjacent to a subscription operation. |
| UNION | Location adjacent to a union definition. |
| VARIABLE_DEFINITION | Location adjacent to a variable definition. |
Used By
Types
Preview (typescript)
Loading module