Enum DirectiveLocation
Valid locations where directives may be used (type system) http://facebook.github.io/graphql/June2018/#DirectiveLocation
Namespace: GraphZen.LanguageModel
Assembly: GraphZen.Abstractions.dll
Syntax
[GraphQLName("__DirectiveLocation")]
public enum DirectiveLocation
Fields
| Name | Description |
|---|---|
| ArgumentDefinition | |
| Enum | |
| EnumValue | |
| Field | |
| FieldDefinition | |
| FragmentDefinition | |
| FragmentSpread | |
| InlineFragment | |
| InputFieldDefinition | |
| InputObject | |
| Interface | |
| Mutation | |
| Object | |
| Query | |
| Scalar | |
| Schema | |
| Subscription | |
| Union |