Hi
It'd be really helpful for me if there could be a local testing example in the docs. Currently using a different entry point for the local and hosted version of my subgraph
Hosted
import { startServerAndCreateLambdaHandler } from '@as-integrations/aws-lambda';
Local
import { startStandaloneServer } from '@apollo/server/standalone';
This is making it difficult to test things such as middleware
Hi
It'd be really helpful for me if there could be a local testing example in the docs. Currently using a different entry point for the local and hosted version of my subgraph
Hosted
import { startServerAndCreateLambdaHandler } from '@as-integrations/aws-lambda';Local
import { startStandaloneServer } from '@apollo/server/standalone';This is making it difficult to test things such as middleware