Skip to content

v1.1.0

Compare
Choose a tag to compare
@tareqtms tareqtms released this 10 Jun 17:54
· 161 commits to master since this release
b00e01c

GraphQL - The Journey towards the Future

The GraphQL Admin API is a GraphQL-based alternative to the REST-based Admin API, and makes the functionality of the Shopify admin available at a single GraphQL endpoint.

  • This build adds a simple implementation to use GraphQL from this SDK.
  • You need to build the GraphQL yourself and send it using this SDK.
  • You can use Shopify GraphQL Explorer to build your GraphQL
  • See the documentation (README.md) for guidance on it.