rvo

Results 1 comments of rvo

Running locally with `netlify dev` seems to work if you monkey patch Netlify's `event` with the `requestContext` property: ```typescript import type { Handler } from "@netlify/functions"; import { ApolloServerPluginLandingPageGraphQLPlayground }...