Skip to content

Instantly share code, notes, and snippets.

@gouravtiwari
Created September 9, 2018 21:37
Show Gist options
  • Save gouravtiwari/9a8c3985999e5b2cf60a949946e7d93e to your computer and use it in GitHub Desktop.
Save gouravtiwari/9a8c3985999e5b2cf60a949946e7d93e to your computer and use it in GitHub Desktop.
explore graphql schema with introspection
query {
__schema {
types {
name
fields {
name
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment