FieldContext class

A field in a GraphQL SelectionSet.

Inheritance
Mixed in types

Constructors

FieldContext(FieldNameContext fieldName, [SelectionSetContext? selectionSet])

Properties

arguments List<ArgumentContext>
Any arguments this field expects.
final
directives List<DirectiveContext>
Any directives affixed to this field.
finalinherited
fieldName FieldNameContext
The name of this field.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectionSet SelectionSetContext?
The list of selections to resolve on an object.
final
span → FileSpan?
no setteroverride

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