generated from apollographql/typescript-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels