I have a homepage type with a slice (named: links). The repeatable zone of the slice has a content relationship which accepts 1 type (named: link). The link type has just a basic title, image and rich text.
I retrieve the data using following graphquery:
Hi @kevin.vannimmen, the Content Relationship field won’t provide any content from the linked document unless you specify in your GraphQuery what you are looking for. Here is the documentation for this.
I believe that your GraphQuery needs to look something like this:
I adapted my query like you said above and it works, but I think there is a bug here as-well. I cannot get the data if the linked_doc_type is named “link”. Which here is the case. If I created a new custom type and named it “link-item” instead of “link” it works.
Hi! I'm having a similar issue where I have a Custom Type of type Single named featured_categories that has a repeatable group of linked documents of type category. This is my query using graphQuery