Created
May 31, 2021 21:02
-
-
Save hackjutsu/9a41aad239f1d11c7d1976b1c46d54a3 to your computer and use it in GitHub Desktop.
[GraphQL test]
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 { | |
resolution { | |
.... | |
#define section-info | |
section { | |
name | |
uniqueName | |
href | |
parameters { | |
key | |
value | |
} | |
} | |
#enddefine | |
.... | |
} | |
...... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment