tendant / graphql-clj

A Clojure library that provides GraphQL implementation.
Eclipse Public License 1.0
285 stars 22 forks source link

Is it possible to get the info parameter in resolvers? #55

Open ahungry opened 5 years ago

ahungry commented 5 years ago

https://medium.freecodecamp.org/a-5-line-major-efficiency-hack-for-your-graphql-api-type-resolvers-b58438b62864

See that article - if we were able to pull info, we could optimize greatly on the back end, what fields are selected from a DB query or other backend data source.

andremartins31 commented 5 years ago

Do we have any feedback from this topic?