ModelDelegate<T> class
Model delegate
Constructors
- ModelDelegate.new(Engine engine, {QueryEngineRequestHeaders? headers, TransactionInfo? transaction})
-
Creates a new model delegate.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
$mutation(
Iterable< GraphQLField> fields) → Future<Map< String, dynamic> ?> - Executes a GraphQL mutation.
-
$query(
Iterable< GraphQLField> fields) → Future<Map< String, dynamic> ?> - Executes a GraphQL query.
-
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