Skip to content

Instantly share code, notes, and snippets.

@ignacio-chiazzo
Last active February 18, 2019 05:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ignacio-chiazzo/bd464f310a69883ca2b9ef5358e3d961 to your computer and use it in GitHub Desktop.
Save ignacio-chiazzo/bd464f310a69883ca2b9ef5358e3d961 to your computer and use it in GitHub Desktop.
type __Schema {
types: [__Type!]!
queryType: __Type!
mutationType: __Type
subscriptionType: __Type
directives: [__Directive!]!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment