DirectiveLocation enum
Enumeration of all known directive locations.
Values
- query → const DirectiveLocation
- mutation → const DirectiveLocation
- subscription → const DirectiveLocation
- field → const DirectiveLocation
- fragmentDefinition → const DirectiveLocation
- fragmentSpread → const DirectiveLocation
- inlineFragment → const DirectiveLocation
- schema → const DirectiveLocation
- scalar → const DirectiveLocation
- object → const DirectiveLocation
- fieldDefinition → const DirectiveLocation
- argumentDefinition → const DirectiveLocation
- interface → const DirectiveLocation
- union → const DirectiveLocation
- enumDefinition → const DirectiveLocation
- enumValue → const DirectiveLocation
- inputObject → const DirectiveLocation
- inputFieldDefinition → const DirectiveLocation
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
DirectiveLocation> - A constant List of the values in this enum, in order of their declaration.