0.1.0 • Published 9 years ago

graphql-routes v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
9 years ago

GraphQL-Routes

This library is created to solve in a generic way the native execution of GraphQL which traverse and invoke your resolvers, mostly creating the N + 1 problem when executing DB queries.

GraphQL-Routes give you a way to map your resolvers to a Controller Class utilizing Batching and Caching for your GraphQL resolvers for free, without restrictions of the business logic implementation. Naturally all the batched resolvers that you define has to return a batched result.

Installation

npm i graphql-routes -S

Working Progress...