In the homepage, I have a group field (main_projects)
Within the group field, I have a relationship field (API ID: main_project) linking to a custom type (API Id: project)
I'm trying to get data of the custom type document that is added with the relationship field in the group field.
I tried FetchLinks with values like "categories.category", "categories.name", "categories.category.name", and "category.name" but none of those worked.
I hope this helps someone! This took me a while and quite some digging to get something working.
Hi @eddyvinck95 might this also be my struggle? I have a page custom type for rendering pages. Then I have a slice called featured_pages, which has a "repeatable zone" of actual pages (using said page custom type. When I query any page, I want the data for any/each page added to featured_pages to resolve so I could use them, like image, title, description. How might you write such a query following how you got yours to work using graphQuery? Thanks.
Hi @eddyvinck95 , @kb1
I'm currently trying to troubleshoot this.
Can you please provide your repository name (in a private message if possible) and link to your query in the API browser?