-
-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GraphQL Admin API rate limits #403
Comments
No unfortunately this has not been implemented yet in ShopifySharp. |
It will be very useful. The reason I want to use GraphQL is to make less of API calls and to not reach limits. But without limit handling I can not use it. Thanks for response. |
I agree totally. |
I implemented leaky bucket for Graph API in my project. Will try to share some code later. |
Hi! |
I submitted a PR with a new policy to handle GraphQL rate limits. |
This is now released |
Hi!
I am successfully use SmartExecutionPolicy to handle call limits in the REST admin API. But it seems that GraphQL return API limit usage in different format and their docs does not say anything about 429 response for GraphQL https://help.shopify.com/en/api/graphql-admin-api/graphql-admin-api-rate-limits. Is it possible to implement proper limit handling for GraphQL?
The text was updated successfully, but these errors were encountered: