FieldFunctionOptions class

Constructors

FieldFunctionOptions({required FieldNode field, required NormalizationConfig config})

Properties

args Map<String, dynamic>
The final argument values passed to the field, after applying variables.
final
field → FieldNode
The FieldNode object used to read 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
variables Map<String, dynamic>
Any variables passed to the query that read this field
final

Methods

isReference(Map<String, dynamic> object) bool
Returns whether or not this object is a reference to a normalized object.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readField<T>(FieldNode field, Object? data) → T?
Returns denormalized data for the given field and normalized data, recursively resolving any references.
toReference(Map<String, dynamic> object) Map<String, dynamic>
Returns a reference for the given object
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited