Vincit / objection-graphql

GraphQL schema generator for objection.js
MIT License
307 stars 34 forks source link

Support facebook/dataloader in GraphQL schema #75

Open SvenC56 opened 5 years ago

SvenC56 commented 5 years ago

Hello I was playing around with this plugin a bit. I was wondering if it is possible to include https://github.com/facebook/dataloader in the context for single requests to reduce the amount of database requests due to cached queries.

Thank you.

acro5piano commented 4 years ago

This would be a great feature. Hasura and PostGraphile implemented this pattern.