I have this product structure:
And I would like to query by the uid
of toys. However, this query is not working:
const products = await this.$prismic.api.query([
this.$prismic.predicates.at('my.product.category','toys'
)]
It doesn't work unfortunately.
question from:https://stackoverflow.com/questions/65660479/prismic-query-query-by-category