Hi there,
I’m currently reviewing the documentation for migrating our application from the Shopify REST API to the GraphQL equivalent queries and mutations. I noticed in the REST API documentation each resource contains equivalent GraphQL property names:
I.e, app_id in REST is app in GraphQL
Is there a way to somehow query or fetch all of these direct mappings between the REST and GraphQL version of each resource? Or a community driven effort or library that does that? If so, it would greatly expedite our migration and add a source of validation to our efforts.
From my interpretation of how it’s presented in the documentation, right now the intention is to manually hop between documentation pages and the GraphiQL Explorer to build these new GraphQL equivalent queries of the existing REST calls, is that correct? Or are there tools that expedite this that I’m not aware about?
Thanks in advance.