Umbraco Heartcore Multi Node Tree picker, you can't fetch children of selected node?
We have a current setup like this
Product Management
Products
Product 1
Variant 1
Variant 2
Product 2
Variant 1
Variant 2
Categories
Then we want to have the products in some specific categories, so we have a document type named Catogories with a list of different Categories.
Each category have a Multinode tree picker, so you could select the products you want to be in that Category.
The problem is when we query from graphql we're not able to access the children of the selected node, we can only get information about that specific node, we can't get information about the different variants.
Is the multi node tree picker supposed to work this way and if so, is there another way to solve our issue?
Umbraco Heartcore Multi Node Tree picker, you can't fetch children of selected node?
We have a current setup like this
Then we want to have the products in some specific categories, so we have a document type named Catogories with a list of different Categories.
Each category have a Multinode tree picker, so you could select the products you want to be in that Category.
The problem is when we query from graphql we're not able to access the children of the selected node, we can only get information about that specific node, we can't get information about the different variants.
Is the multi node tree picker supposed to work this way and if so, is there another way to solve our issue?
is working on a reply...