GraphZen
  • Home
  • Blog
  • Documentation
  • API
  • Get Started
Show / Hide Table of Contents

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.

Back to top Copyright © 2017-2019 GraphZen LLC