Open zckrs opened 1 month ago
@trevor-scheer Any chance of getting this reviewed? It seems like almost no changes are required and it would unlock the ability to upgrade to Fastify 5.
Fastify 5 appears to have changed the order of their generics for at least one type.
Specifically:
FastifyReply
now uses RouteGeneric
as the first argument. This results in a typing issue in this project for ApolloFastifyContextFunctionArgument
. I assume they did this so it matches the argument order in FastifyRequest
Fixes #296