PossibleSelections class

Constructors

PossibleSelections(Map<String, PossibleSelectionsObject> unionMap, List<FieldNode> fieldNodes, GraphQLObjectField field)
const

Properties

field GraphQLObjectField
final
fieldNodes List<FieldNode>
The selection field nodes which reference this selection
final
forObject PossibleSelectionsObject
Same as unionMap.values.first, useful when you know this selection is for an object an not an union
no setter
hashCode int
The hash code for this object.
no setterinherited
isUnion bool
Whether this selection is for an union with one PossibleSelectionsObject in unionMap for every GraphQLUnionType.possibleTypes.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unionMap Map<String, PossibleSelectionsObject>
a Map from a GraphQLObjectType's name to it's selections
final

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