This repository was archived by the owner on Apr 11, 2024. It is now read-only.
·
663 commits
to main
since this release
Minor Changes
- efc66ea: Added a new
retriesfeature to thegraphql-client. This feature allows client consumers to set the number of HTTP request retries when the API request is abandoned or the API server returns a429or503response. - 77be46b: Added a new
graphql-clientpackage. This client is a generic GQL client that provides basic functionalities to interact with Shopify's GraphQL APIs.