GQLConfig class
Constructors
-
GQLConfig.new({required String baseURL, TokenCallback? bearerToken, List<
GQLAuthProvider> ? authProviders, List<GQLExceptionProvider> ? exceptionProviders, Map<String, String> ? defaultHeaders, Store? cacheStore, FetchPolicy? queryPolicy, FetchPolicy? watchQueryPolicy, FetchPolicy? mutationPolicy, FetchPolicy? watchMutationPolicy, FetchPolicy? subscribePolicy, List<String> ? responseNodePaths})
Properties
-
authProviders
→ List<
GQLAuthProvider> ? -
final
- baseURL → String
-
final
- bearerToken → TokenCallback?
-
final
- cacheStore → Store?
-
final
-
defaultHeaders
→ Map<
String, String> ? -
final
-
exceptionProviders
→ List<
GQLExceptionProvider> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- mutationPolicy → FetchPolicy?
-
final
- queryPolicy → FetchPolicy?
-
final
-
responseNodePaths
→ List<
String> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subscribePolicy → FetchPolicy?
-
final
- watchMutationPolicy → FetchPolicy?
-
final
- watchQueryPolicy → FetchPolicy?
-
final
Methods
-
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