mirror of
https://github.com/vale981/apollo-server
synced 2025-03-12 22:16:42 -04:00

- Fix missing semicolons - Fix missing trailing commas - Disable no-unused-expression for runQuery test - expect uses unused expressions as an api Ex. expect('foo').to.be.equal(); - Disable no-use-before-declare since it requires type checking and project file to be defined.
6 lines
98 B
TypeScript
Executable file
6 lines
98 B
TypeScript
Executable file
export {
|
|
LambdaHandler,
|
|
IHeaders,
|
|
graphqlLambda,
|
|
graphiqlLambda,
|
|
} from './lambdaApollo';
|