Skip to content

Instantly share code, notes, and snippets.

@YourSouLi5Mine
Created November 12, 2019 04:49
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 YourSouLi5Mine/1c7931930d9e1e92bc14bbac1c3c3969 to your computer and use it in GitHub Desktop.
Save YourSouLi5Mine/1c7931930d9e1e92bc14bbac1c3c3969 to your computer and use it in GitHub Desktop.
query roots {
__schema {
queryType {
...typeFields
}
mutationType {
...typeFields
}
subscriptionType {
...typeFields
}
}
}
fragments typeFields on __Type {
name
fields {
name
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment