Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello, Umbraco comunity. Is there any ideas of how can I get Block list content with Graphql ? It does works fine for all other elements, but not for the Block List.
Example of query:
query($id: ID!) { blockList(id: $id, preview: true) { ... on BlockList { mainPageBlockList { ... on BlockListItem { content { contentTypeAlias } } } } } }
Result is
{ "data": { "blockList": { "mainPageBlockList": null } } }
Not sure why I'm getting null here when it works correct for other content.
null
Hi Yuri.
Please, reach out directly to our support via the chat on s1.umbraco.io
You can reference this thread and they'll know who to ask if they need help with this :)
The reason I'm asking for it is that it would be great to get access to the backoffice to see the structure of the content etc.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Heartcore Graphql Block List
Hello, Umbraco comunity. Is there any ideas of how can I get Block list content with Graphql ? It does works fine for all other elements, but not for the Block List.
Example of query:
Result is
Not sure why I'm getting
null
here when it works correct for other content.Hi Yuri.
Please, reach out directly to our support via the chat on s1.umbraco.io
You can reference this thread and they'll know who to ask if they need help with this :)
The reason I'm asking for it is that it would be great to get access to the backoffice to see the structure of the content etc.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.