Martijn Walraven
9b8e9de2c4
v1.1.4
2017-10-09 20:21:29 +02:00
Martijn Walraven
eb6bb7f5dd
v1.1.3
2017-10-05 06:46:38 +02:00
Sashko Stubailo
2dddbc52b6
1.1.2 ( #515 )
...
* 1.1.2
* Add package lock to gitignore
* v1.1.2
* vundefined
2017-08-23 21:34:26 -07:00
Martijn Walraven
a750507fd6
v1.1.0
2017-08-09 21:12:51 +02:00
Martijn Walraven
7b8409a3fa
v1.0.5
2017-08-01 20:37:04 +02:00
Martijn Walraven
9b9122f4b9
v1.0.4
2017-07-24 10:22:26 +02:00
Martijn Walraven
90e7eec6b2
v1.0.3
2017-07-24 10:22:07 +02:00
Martijn Walraven
d89a07bc9c
v1.0.2
2017-07-17 16:44:05 -07:00
Martijn Walraven
300c0cd12b
Rename packages from graphql-server- to apollo-server- ( #465 )
2017-07-17 16:29:40 -07:00
Walter Barbagallo
6a11817192
Reverted. Simplified resolution
...
This reverts commit cbb7be90f8
.
2017-07-12 15:27:29 +02:00
Walter Barbagallo
cbb7be90f8
Using await on graphiql handler
2017-07-10 10:38:37 +02:00
Jim Cummins
c2333798ed
fix(graphql-server-micro): micro-router requires one 200 route
...
Fixes #449 for now by adding a noop route to the example so that graphiql does not 404.
2017-07-07 14:01:31 -05:00
Jonas Helfer
1e783e550c
v1.0.0
2017-06-29 00:05:56 -07:00
Jonas Helfer
693991bdac
v0.9.0
2017-06-22 13:36:12 -07:00
Daniel Rinehart
20763ba076
Merge remote-tracking branch 'upstream/master' into graphiql-function
2017-06-16 11:00:42 -04:00
Jonas Helfer
08c39f593a
v0.8.5
2017-06-15 22:07:36 -07:00
Michael Trotter
49dff93367
Add routing to micro tests
2017-06-15 21:10:16 -07:00
Michael Trotter
9e57e11eb3
Include example in Micro README
2017-06-15 21:10:16 -07:00
Michael Trotter
e9f3159b24
Fix Micro test compilation
...
Adding @types/micro caused the test to stop compiling. Adjusted the import to fix.
2017-06-15 21:10:16 -07:00
Michael Trotter
dadb1828df
Fix Micro server handler
...
The handler was not returning `httpRunQuery`'s Promise, causing micro to send empty responses and leaving Node with unhandled Promise rejections when that Promise tried to write headers.
I also used `return` and `throw` instead of manipulating the response directly. This allows wrapping middleware to intercept responses if desired.
2017-06-15 21:10:16 -07:00
Jonas Helfer
38bb67bf6f
Merge branch 'master' into graphiql-function
2017-06-13 23:19:14 -07:00
Jonas Helfer
1a764316c8
v0.8.4
2017-06-13 23:17:52 -07:00
Jonas Helfer
17869df491
v0.8.3
2017-06-13 23:17:52 -07:00
Jonas Helfer
86e1b03fd1
v0.8.2
2017-06-13 23:17:52 -07:00
Jonas Helfer
f00c8de00d
v0.8.1
2017-06-13 23:17:52 -07:00
Daniel Rinehart
0d5add048e
allow GraphiQLOptions to be a function and refactor rendering path to reduce duplication
2017-06-13 12:46:06 -04:00
Jonas Helfer
6cfa82ff58
v0.8.0
2017-05-30 20:11:26 -07:00
Jonas Helfer
c4e2f5224a
Update dependencies
2017-05-30 20:11:26 -07:00
dotansimha
a614ba2543
updated graphql-js version
2017-05-28 20:07:06 +03:00
dotansimha
e718dc5e2e
chore(deps): updated graphql-js version to support 0.10.0
2017-05-28 16:37:16 +03:00
Jonas Helfer
4ab4b62c25
v0.7.2
2017-04-21 10:43:34 -07:00
Jonas Helfer
73e8334827
v0.7.1
2017-04-14 10:37:26 -07:00
Jonas Helfer
6947222889
v0.7.0
2017-04-10 11:48:26 -07:00
Jonas Helfer
25e63d4dde
Revert "v0.7.0"
...
This reverts commit b0817dbcab
.
2017-04-10 11:46:50 -07:00
Jonas Helfer
b0817dbcab
v0.7.0
2017-04-10 11:40:12 -07:00
Nick Nance
45aa44f08e
Zeit micro support ( #347 )
...
* micro is only supported in node 6 or greater
* update dependencies
* working Graphiql Server
* updated changelog
* fix linting errors
* adding micro to test suite
* added micro example
2017-04-08 14:17:49 -07:00