Shopify Admin GraphQL API

Hi, I’m working with Shopify Admin-GraphQL APIs, In the Analytics section of that API there are ShopifyQL queries which are only supported by unstable version at the moment. Can someone please tell that if it is good to use that unstable verion OR is there any other way to run ShopifyQL queries via GraphQL REST client?

Hi @Jaydee7 !

Our developer docs explain the usage of the unstable versions of Shopify APIs:

There is always an unstable version of the APIs available. The unstable versions contain features and changes that are still in progress, and we make backwards-incompatible and backwards-compatible changes to them regularly. Generally, changes appear in the unstable version before a stable release, but there is no guarantee that changes in the unstable version will eventually be released. A feature might be added to an unstable version but then be removed later.> > You can use the unstable API versions to test new changes and features early, but you should not use them in production.

1 Like