My PR supporting #graphql_tag style queries got merged and released in #mercurius 5.0.0!
This enables easier handling of fragments in #graphql, and I decided to follow up with a real world example in the PR post release to aid as a future reference for people: https://github.com/mercurius-js/mercurius/pull/1108#issuecomment-2362986609
Thanks for the merge @mcollina 🙏
feat: support pre-parsed queries (eg. `graphql-tag`) by voxpelli · Pull Request #1108 · mercurius-js/mercurius
If one want to be using eg. graphql-tag to manage queries and fragments, then currently one can't do queries with the Mercurius reply.graphql() or fastify.graphql(). This PR changes that by mak...