Hi there!
I need to make a query but don't know how to write it.
Basically I have a Blog Post content type. One of the fields of the blog post is a group field called with an id "tags", where you can add multiple relationship fields with an id "tag", which is another content type called Blog Tag
Basically I need to query all Blog Post's that is linked to this Blog Tag
Oh, and I'm using gatsby-source-prismic-graphql
on Gatsby
I'd really appreciate some help on this