Fastify with Apollo Server and GraphQL Upload
Working with new frameworks and relatively "obscure" ones always have the trouble of needing to figure out everything yourself. Recently I had to implement uploads via GraphQL on ApolloServer 3 with Fastify 3. There was no documentation on how to do…