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

fix(batching): Add batching support #89

Merged
merged 2 commits into from
Feb 2, 2018
Merged

fix(batching): Add batching support #89

merged 2 commits into from
Feb 2, 2018

Conversation

timsuchanek
Copy link
Contributor

Replaces apollo-link-http with BatchedHTTPLink, which uses dataloader under the hood.

Note that all respective requests to one Prisma Binding instance are cached by dataloader. That
means it's crucial to create a new Binding instance per incoming HTTP request.

Replaces apollo-link-http with BatchedHTTPLink, which uses dataloader under the hood.

Note that all respective requests to one Prisma Binding instance are cached by dataloader. That
means it's crucial to create a new Binding instance per incoming HTTP request.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants