mirror of
https://github.com/vale981/apollo-server
synced 2025-03-16 15:56:41 -04:00
8 lines
163 B
TypeScript
Executable file
8 lines
163 B
TypeScript
Executable file
export {
|
|
LambdaHandler,
|
|
IHeaders,
|
|
LambdaGraphQLOptionsFunction,
|
|
LambdaGraphiQLOptionsFunction,
|
|
graphqlLambda,
|
|
graphiqlLambda,
|
|
} from './lambdaApollo';
|