Enum OperationType
Operation type http://facebook.github.io/graphql/June2018/#OperationType
Namespace: GraphZen.LanguageModel
Assembly: GraphZen.LanguageModel.dll
Syntax
public enum OperationType
Fields
| Name | Description |
|---|---|
| Mutation | A write followed by a fetch. |
| Query | A read-only fetch. |
| Subscription | A long-lived request that fetches data in response to source events. |