GraphqlProviderQuery class

A ProviderQuery for a GraphqlProvider for use with Query

Constructors

GraphqlProviderQuery.new({Context? context, GraphqlOperation? operation})
A ProviderQuery for a GraphqlProvider for use with Query
const

Properties

context → Context?
Additional context for the GraphQL request
final
hashCode int
The hash code for this object.
no setteroverride
operation GraphqlOperation?
The GraphQL operation
final
provider Type
Query will build a map keyed by this provider, or T.
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
toJson() Map<String, dynamic>
Serialize to JSON
toString() String
A string representation of this object.
inherited

Operators

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