DefaultPolicies class
The default Policies to set for each client action.
- Annotations
-
- @immutable
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- mutate → Policies
-
The default Policies for mutate.
Defaults to
final
- query → Policies
-
The default Policies for query.
Defaults to
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subscribe → Policies
-
The default Policies for subscribe.
Defaults to
final
- watchMutation → Policies
-
The default Policies for watchMutation.
Defaults to
final
- watchQuery → Policies
-
The default Policies for watchQuery.
Defaults to
final
Methods
-
copyWith(
{Policies? watchQuery, Policies? query, Policies? watchMutation, Policies? mutate, Policies? subscribe}) → DefaultPolicies -
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 o) → bool -
The equality operator.
override