CachedOperationType enum
This enum defines the different types of cached GraphQL operations.
It's used with Hive to store information about cached queries and mutations.
Inheritance
: - Object
- Enum
- CachedOperationType
Available extensions
: - EnumName
Annotations
: - @HiveType(typeId: 5)
Values
gqlAuthQuery [→ const CachedOperationType]
: A GraphQL query that requires user authentication.
gqlAuthMutation [→ const CachedOperationType]
: A GraphQL mutation that requires user authentication.
gqlNonAuthQuery [→ const CachedOperationType]
: A GraphQL query that does not require user authentication.
gqlNonAuthMutation [→ const CachedOperationType]
: A GraphQL mutation that does not require user authentication.
Properties
[hashCode] [→ int] : The hash code for this object. ::: features no setterinherited :::
[index] [→ int] : A numeric identifier for the enumerated value. ::: features no setterinherited :::
: Available on Enum, provided by the EnumName extension
The name of the enum value.
::: features no setter :::
[runtimeType] [→ Type] : A representation of the runtime type of the object. ::: features no setterinherited :::
Methods
[noSuchMethod][([[Invocation] invocation]) → dynamic ] : Invoked when a nonexistent method or property is accessed. ::: features inherited :::
[toString][ [→ String] ] : A string representation of this object. ::: features inherited :::
Operators
[operator ==][([[Object] other]) [→ bool] ] : The equality operator. ::: features inherited :::
Constants
[values] [→ const List[<[CachedOperationType]>]] : A constant List of the values in this enum, in order of their declaration.