Open netwire88 opened 7 months ago
Hi there 👋
I can definitely see the value in having access to the release candidate API version! The team will look into adding this.
what's hilarious is that this constant isn't frozen, so you can get by this with:
ShopifyAPI::AdminVersions::SUPPORTED_ADMIN_VERSIONS << '2024-04'
(seems I spoke too soon, that gets further, but still problems using graphql fields deprecated in 2024-04
)
It looks like this was fixed in #1305 and is also in the latest release of shopify_app gem 22.1.
Overview
Currently, we can only use
unstable
and current version of GraphQL. It'll be very useful to use upcoming releases for development & testing. For example, even though it's April 4, 2024, we still cannot use2024-04
. It usually takes a week for Shopify to updateshopify_api
and then more time forshopify_app
to be updated.