mercurius-js / mercurius

Implement GraphQL servers and gateways with Fastify
https://mercurius.dev/
MIT License
2.34k stars 234 forks source link

feat: adds graphql resolve info to loader ts definition #917

Open dsoffiantini opened 1 year ago

dsoffiantini commented 1 year ago

Adds info object into loader definition, as a loader with disabled caching will provide the info object

dsoffiantini commented 1 year ago

Can you add a test for these typeS?

@mcollina Added!

mcollina commented 1 year ago

CI is failing, can you take a look?