#Is it possible to use graphql-helix with Fastify?
7 messages · Page 1 of 1 (latest)
@robust wren - You'd probably need to create a driver, like the Apollo/Mercurius/Yoga drivers already available. Apollo and Mercurius being from Nest. Yoga from the Yoga team.
Here is the Mercurius driver. https://github.com/nestjs/graphql/blob/master/packages/mercurius/lib/drivers/mercurius.driver.ts
Mercurius being built to work with Fastify. I'm using Fastify and Yoga though. 🙂
Yoga is the most feature complete GraphQL package.
Did you try any Sentry integration with Yoga? Just asking, since Apollo integration for sentry is broken and Mercurius integration doesn't even exist 🥲
(no need to look for them if you didn't)
No. I haven't tried Sentry at all.