Skip to content

Instantly share code, notes, and snippets.

@nari-ex
Created January 4, 2020 15:56
Show Gist options
  • Save nari-ex/7fb3c5e050121fe013210b6bb917ffbe to your computer and use it in GitHub Desktop.
Save nari-ex/7fb3c5e050121fe013210b6bb917ffbe to your computer and use it in GitHub Desktop.
query roots {
__schema {
queryType {
...typeFields
}
mutationType {
...typeFields
}
subscriptionType {
...typeFields
}
}
}
fragment typeFields on __Type {
name
fields {
name
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment