Shopify / shopify-api-ruby

ShopifyAPI is a lightweight gem for accessing the Shopify admin REST and GraphQL web services.
MIT License
1.06k stars 473 forks source link

GraphQL Support? #1168

Closed jagthedrummer closed 1 year ago

jagthedrummer commented 1 year ago

Issue summary

What happened to GraphQL support in version 10? There used to be a rake task for downloading the latest schema, but that seems to have disappeared.

Expected behavior

This stuff should be documented.

Actual behavior

This stuff is not documented.

Steps to reproduce the problem

  1. Try to upgrade an existing app from v9 to v10.
  2. You're gonna have a bad time.
github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 60 days with no activity. It will be closed if no further action occurs in 14 days.

jagthedrummer commented 1 year ago

not stale

zzooeeyy commented 1 year ago

Hi @jagthedrummer,

We have removed our dependency to GraphQL client, so you no longer have to download schemas to download the schema to use GraphQL with our Admin API. The GraphQL references on shopify.dev would be your best resource on our admin GraphQL schema, with examples and documentation.

We recently added more detail to our documentation, and here are some quick links to our references:

You can see a list of all documentation we recently modified

zzooeeyy commented 1 year ago

Closing this ticket now that there are improvements made to the docs. Feel free to open other tickets for specific issues you encounter and we'll try our best to answer your questions. Thanks everyone!