Using GraphQL, I can’t seem to find a solution to query specific shop pages by metafields.
Use case:
We added a few metafields to the Online Store → Pages. An example of a custom field is “Page Type”, which can be one of three selections.
Is it currently possible to run a graphql query and only return results that match the metafield conditions?
Example: select * from shopPages where pageType = category.
I know we’re not using SQL, but just want to show the type of graphql query we’re trying to accomplish.
Thanks,