aerogear / graphql-link

graphql-link is a GraphQL server that composes other GraphQL or OpenAPI endpoints

Home Page:https://aerogear.github.io/graphql-link

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement the data loader pattern

chirino opened this issue · comments

Use the data loader pattern to collect multiple requests that would be performed against the same graphql endpoint and batch them into a single request.

see:
https://medium.com/@__xuorig__/the-graphql-dataloader-pattern-visualized-3064a00f319f

I think we should be able to reuse https://github.com/graph-gophers/dataloader

done.