Enum$__DirectiveLocation enum

Inheritance

Constructors

Enum$__DirectiveLocation()
const

Values

QUERY → const Enum$__DirectiveLocation
MUTATION → const Enum$__DirectiveLocation
SUBSCRIPTION → const Enum$__DirectiveLocation
FIELD → const Enum$__DirectiveLocation
FRAGMENT_DEFINITION → const Enum$__DirectiveLocation
FRAGMENT_SPREAD → const Enum$__DirectiveLocation
INLINE_FRAGMENT → const Enum$__DirectiveLocation
VARIABLE_DEFINITION → const Enum$__DirectiveLocation
SCHEMA → const Enum$__DirectiveLocation
SCALAR → const Enum$__DirectiveLocation
OBJECT → const Enum$__DirectiveLocation
FIELD_DEFINITION → const Enum$__DirectiveLocation
ARGUMENT_DEFINITION → const Enum$__DirectiveLocation
INTERFACE → const Enum$__DirectiveLocation
UNION → const Enum$__DirectiveLocation
ENUM → const Enum$__DirectiveLocation
ENUM_VALUE → const Enum$__DirectiveLocation
INPUT_OBJECT → const Enum$__DirectiveLocation
INPUT_FIELD_DEFINITION → const Enum$__DirectiveLocation
$unknown → const Enum$__DirectiveLocation

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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<Enum$__DirectiveLocation>
A constant List of the values in this enum, in order of their declaration.