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