-
Notifications
You must be signed in to change notification settings - Fork 477
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to use upcoming GraphQL version for testing #1306
Comments
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 |
It looks like this was fixed in #1305 and is also in the latest release of shopify_app gem 22.1. |
Hey @lizkenyon can we've an update on that? We always get answers from you & your team that you will look into things or discuss it with the team but no follow ups. This issue is open since April last year, how? |
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.The text was updated successfully, but these errors were encountered: