Created
February 6, 2018 13:52
-
-
Save stewartfrancis/4d538b880ebbde9585ba6911c22f1db0 to your computer and use it in GitHub Desktop.
GraphQL API request sample
This file contains hidden or 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
| { | |
| cicsplexes { | |
| name | |
| regions { | |
| name | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment