Skip to content

Instantly share code, notes, and snippets.

@ysim-precich
Created November 12, 2019 04:49
Show Gist options
  • Select an option

  • Save ysim-precich/1c7931930d9e1e92bc14bbac1c3c3969 to your computer and use it in GitHub Desktop.

Select an option

Save ysim-precich/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