typetta
typetta copied to clipboard
Add `infoToFindParams` utils
It should converts the GraphQLResolverInfo into a FindParams accepted by the findAll operation
I think this could be higher priority to avoid a lot of breaking changes (or unnecessary code) for the first users.
We could evaluate the replacement of the infoToProjections function with the following librayr https://www.npmjs.com/package/graphql-fields to decrease technical debt.