I have a custom type distribution-page. In there I have a slice called cards which has a repeatable field called linkToPage which is a content-relationship field to another custom-type called product-page.
Now I want to query the image field productImage in the non-repeatable zone of the product-page on my distribution-page with the graphQuery option.
The idea is to have cards of products on my distribution page and pull the product data via the slice.
What would be the graphQuery to achieve this? I can't get the correct syntax and I can't find an example for this in the docs.