Skip to content
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

Reduced number of Salesforce API calls per GraphQL query #101

Open
dwwoelfel opened this issue Aug 17, 2021 · 0 comments
Open

Reduced number of Salesforce API calls per GraphQL query #101

dwwoelfel opened this issue Aug 17, 2021 · 0 comments
Assignees
Labels

Comments

@dwwoelfel
Copy link
Collaborator

We updated our GraphQL engine to be a bit smarter about how it generates the requests it sends to Salesforce. Some GraphQL queries that required multiple round trips to the Salesforce API will now generate a single, efficient SOQL query.

Staying under the Salesforce API rate limit can be a frustrating experience. OneGraph is constantly improving in the background to make it easier.

The average number of requests per GraphQL query after this change dropped from 2.3 to 1.4.

image

@dwwoelfel dwwoelfel self-assigned this Aug 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant