Last active
November 5, 2015 15:42
-
-
Save SQiShER/522158b5ab61c17987b6 to your computer and use it in GitHub Desktop.
GraphQL question: how to query for all items of a map without knowing the field names?
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
{ | |
"id-123": { | |
"name": "foo" | |
}, | |
"id-456": { | |
"name": "bar" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment