I'm coming to gatsby-source-prismic-graphql because I was having trouble setting up v3 of gatsby-source-prismic, and I really would like to have the ability to easily set up previews.
One thing I'm having trouble with in gatsby-source-prismic-graphql are more flexible filtering arguments in queries.
For example, in gatsby-source-prismic, I could query the following:
I'm coming to gatsby-source-prismic-graphql because I was having trouble setting up v3 of gatsby-source-prismic, and I really would like to have the ability to easily set up previews.
One thing I'm having trouble with in gatsby-source-prismic-graphql are more flexible filtering arguments in queries.
For example, in gatsby-source-prismic, I could query the following:
This would allow me to find all projects that share the same or similar linked pages ($uids is [String]).
Is there anyway to accomplish something like this in gatsby-source-prismic-graphql?