I’m developing my first app – when I make a GraphQL query in developer mode the API returns an API Deprecation Notice with the response.
Seems it attempts to use the 2020-10 version of the API when it should be using 2021-07 version.
I can’t find anywhere in code or configuration where I tell it to use the 2020-10 version.
Example:
message: '[https://help.shopify.com/api/getting-started/api-deprecations](https://help.shopify.com/api/getting-started/api-deprecations)',
path: '[https://myapp.myshopify.com/admin/api/2020-10/graphql.json](https://myapp.myshopify.com/admin/api/2020-10/graphql.json)'
}```
I have not tested this in production, but I'd assume it would use the latest version in dev mode.
Has anyone else dealt with this before?
