Created
January 4, 2020 15:56
-
-
Save nari-ex/7fb3c5e050121fe013210b6bb917ffbe to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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