I’m looking to query blog articles by tag using the GraphQL API
I see the documentation provided about the “OnlineStoreBlog” and “OnlineStoreArticles” but can’t seem to make sense of how to input my query
https://shopify.dev/docs/admin-api/graphql/reference/object/onlinestoreblog
https://shopify.dev/docs/admin-api/graphql/reference/object/onlinestorearticle
I’ve also tried to use the GraphQL Explorer but still can’t seem to figure out how to input the blog ID or tags, or even how to query any sort of blog/articles.
https://shopify.dev/graphiql/admin-graphiql
Any help would be greatly appreciated, thank you!