Skip to content
Graffle is a work in progress. Learn more.

Document generated client

The document method is used to create whole GraphQL documents.

There are other more targeted ways of sending GraphQL requests when you don't need to author the entire document.

  • If you only need to work with a single operation type then use $batch.
  • If you only need to work with a single root field then use root field methods.

Example

Released under the MIT License.