Skip to content

Instantly share code, notes, and snippets.

@gwdt
Created November 22, 2020 00:16
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 gwdt/48a452b9bebf518df79cd0e9aedd4b91 to your computer and use it in GitHub Desktop.
Save gwdt/48a452b9bebf518df79cd0e9aedd4b91 to your computer and use it in GitHub Desktop.
Example result of a graphQL query against a multiroot treelist item after patching
{
"data": {
"item": {
"myMultiRootTreelist": {
"targetItems": [
{
"id": "D69B608EEA2540D0B8E2C19F764CB73C",
"name": "Blog 1"
},
{
"id": "9440E7A4A1354B68AAD0A9453D7D5DF8",
"name": "Blog 2"
}
]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment