Hello,
I am trying to create a breadcrumb component in my Gatsby app.
This is my GraphQL query, in which the parent_article is the relationship field. The problem is that I get only the ID of the parent_article, whereas I need the whole document to get the related title and slug.
I have used "gatsby-source-prismic" to connect gatsby app and prismic.
Here's my relationship schema in prismic.
Am I missing something here?