PossibleSelectionsObject class

Constructors

PossibleSelectionsObject({required Map<String, PossibleSelectionsField> map, required Map<String, PossibleSelectionsField> mapAliased, required GraphQLObjectType objectType})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
map Map<String, PossibleSelectionsField>
A map of un-aliased fields to a function which calculates the selected properties for that field.
final
mapAliased Map<String, PossibleSelectionsField>
final
objectType GraphQLObjectType
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

contains(String fieldName) bool
true if fieldName was selected for this object
nested(String fieldName) PossibleSelections?
Returns the nested selections for fieldName
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