Skip to content

Instantly share code, notes, and snippets.

@SQiShER
Last active November 5, 2015 15:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SQiShER/522158b5ab61c17987b6 to your computer and use it in GitHub Desktop.
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?
{
"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