Skip to content

Instantly share code, notes, and snippets.

@lunks
Created November 26, 2019 03:28
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 lunks/2e8dc2b3351b9a1741ff474c02570299 to your computer and use it in GitHub Desktop.
Save lunks/2e8dc2b3351b9a1741ff474c02570299 to your computer and use it in GitHub Desktop.
query LearnAboutSchema {
__schema {
types {
name
kind
}
queryType {
fields {
name
description
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment