Lukwago Allan
c9a372839d
Re-export out GraphQLOptions in apollo-server-express ( #871 )
...
* Export `GraphQLOptions` type directly from `apollo-server-express`.
Directly export `GraphQLOptions` from the `apollo-server-express` (and
synonymously, `graphql-server-express`) main module, rather than exporting
it only from `./expressApollo`.
2018-03-16 12:48:40 +02:00
Sashko Stubailo
281392c3f0
Update to graphql@0.12 ( #726 )
...
* Update peer deps and tests for 0.12
* v1.3.2
2018-03-13 17:10:37 +02:00
Laurin Quast
df51fd90da
Setup prettier ( #724 )
...
* Setup prettier and precommit hooks
* Format code with prettier
* Use husky because it works...
* Move prettier config to .prettierrc file
* Implement fixing markdown file formatting when running lint-fix script
* Format markdown files
* Add .json file formatting
* Fixes json file formatting
* Add pretteir linting step
* Remove tslint
* Use gitignore for prettier
* Fix linting errors
* Ignore submodule folder
2018-01-08 15:08:01 -08:00
Johannes Roith
671d196c77
Send content length header.
2017-10-25 06:33:38 -07:00
Martijn Walraven
7cf0580122
Add connect-query middleware in front of graphqlExpress
2017-08-09 20:31:00 +02:00
Martijn Walraven
5db613facd
Use supertest query() method instead of manually constructing query string
2017-08-09 20:30:05 +02:00
Martijn Walraven
1b70453939
Remove deprecated supertest-as-promised and replace by regular supertest
2017-08-09 17:35:25 +02:00
Mikhail Novikov
6016b8527f
Revert calling next in middleware ( #481 )
2017-07-24 10:21:02 +02:00
Martijn Walraven
300c0cd12b
Rename packages from graphql-server- to apollo-server- ( #465 )
2017-07-17 16:29:40 -07:00