A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
I am currently working a custom app for a client and have started receiving this message in my server's console:
API Deprecation Notice: { message:
'https://help.shopify.com/api/getting-started/api-deprecations',
path:
'https://{storename}.myshopify.com/admin/api/2021-01/graphql.json' }
Am I using an incorrect route? Or what other explanation might there be here? Why would the most recent stable release be deprecated?
Just an update, it's now April and I've migrated to the new API version... so now I get:
API Deprecation Notice: { message:
'https://help.shopify.com/api/getting-started/api-deprecations',
path:
'https://{storename}.myshopify.com/admin/api/2021-04/graphql.json' }
I still haven't come across a solution or explanation.
Hey. I am getting the same message on the server console when starting up my app. I started off with the Shopify Node boilerplate app. Any luck with finding out why this is happening?
I have the same problem but I am currently on 2021-10 and it is the latest API release.
What is this message telling us?