DirectiveLocation enum

Enumeration of all known directive locations.

Inheritance

Constructors

DirectiveLocation()
const

Values

query → const DirectiveLocation
mutation → const DirectiveLocation
subscription → const DirectiveLocation
field → const DirectiveLocation
fragmentDefinition → const DirectiveLocation
fragmentSpread → const DirectiveLocation
inlineFragment → const DirectiveLocation
variableDefinition → 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

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