apollo-server/packages/graphql-server-lambda/src
Reyad Attiyat 3aa573b83e Update ts-lint to version 5.0
- 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.
2017-03-30 20:26:59 -05:00
..
index.ts Update ts-lint to version 5.0 2017-03-30 20:26:59 -05:00
lambdaApollo.test.ts Add support for AWS Lambda 2017-03-28 20:25:16 +03:00
lambdaApollo.ts feat(subscriptions): added subscriptions graphiql to all server types 2017-03-28 20:25:45 +03:00