Umbraco HeartCore - nested Content Picker won't work with GraphQL
Hi Friendly Community :)
I have a problem regarding querying the GraphQL (my first steps with this one) - I have document type called "Car brand", which contains only 1 property - TextString:
and second one - "Car model", which contains 2 properties: car model name and car brand, which is content picker.
Now, I would like to query for that data using GraphQL, so I've wrote simple request which works perfectly with simple data type (TextString):
but it is not working with content picker:
The error that I am getting is "Error trying to resolve field 'carModel'.". I think that I will have more nested content pickers in the future, but firstly I need to query this one.
If someone could help me with this one - I will be more than happy, thanks ;)
Umbraco HeartCore - nested Content Picker won't work with GraphQL
Hi Friendly Community :)
I have a problem regarding querying the GraphQL (my first steps with this one) - I have document type called "Car brand", which contains only 1 property - TextString:
and second one - "Car model", which contains 2 properties: car model name and car brand, which is content picker.
Now, I would like to query for that data using GraphQL, so I've wrote simple request which works perfectly with simple data type (TextString):
but it is not working with content picker:
The error that I am getting is "Error trying to resolve field 'carModel'.". I think that I will have more nested content pickers in the future, but firstly I need to query this one.
If someone could help me with this one - I will be more than happy, thanks ;)
is working on a reply...