A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
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!
The API is missing some of the bits, so for now there is no way to query or access Blogs/Articles using GraphQL API, at least I wasn't able to make it work,
Hello, did you find any solution?
thank you. Your query helps a lot