OperationType
Namespace: GraphQL.Query.Builder
The GraphQL operation type.
public enum OperationType
Inheritance Object → ValueType → Enum → OperationType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| Query | 0 | A read-only fetch operation. |
| Mutation | 1 | A write operation followed by a fetch. |
| Subscription | 2 | A long-lived request that fetches data in response to source events. |