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
Mikhail Novikov
576e7b8f9e
Merge pull request #463 from chemdrew/master
...
adding in the callback to express package
2017-07-17 13:36:10 +03:00
Andrew Pratt
a74d8c533d
updating the changelog and version
2017-07-16 22:52:43 -07:00
Andrew Pratt
3d03295974
adding in the callback to express package to allow middleware chaining throughout the application
2017-07-16 22:39:51 -07:00
Sashko Stubailo
f20161bb6e
Merge pull request #459 from bwlt/fix/graphiql
...
Using await on graphiql handler - Fix graphiql issues
2017-07-13 08:19:23 -07:00
Sashko Stubailo
525f40ae9a
Merge branch 'master' into fix/graphiql
2017-07-12 18:43:46 -07:00
Walter Barbagallo
6a11817192
Reverted. Simplified resolution
...
This reverts commit cbb7be90f8
.
2017-07-12 15:27:29 +02:00
Hagai Cohen
5ea2169938
Merge pull request #451 from apollographql/greenkeeper/lerna-2.0.0
...
Update lerna to the latest version 🚀
2017-07-12 15:25:19 +03:00
Hagai Cohen
16dc8025b0
fix lint issue
2017-07-12 14:56:21 +03:00
Hagai Cohen
d8e58db21f
chore(package): update lerna version in lerna.json
2017-07-12 14:49:50 +03:00
greenkeeper[bot]
090dc18c02
chore(package): update lerna to version 2.0.0
2017-07-12 14:49:25 +03:00
Walter Barbagallo
cbb7be90f8
Using await on graphiql handler
2017-07-10 10:38:37 +02:00
Mikhail Novikov
2479911906
Merge pull request #454 from jimthedev/patch-1
...
fix(graphql-server-micro): micro-router requires one 200 route
2017-07-10 10:58:26 +03: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
Sashko Stubailo
0e041398b4
Merge pull request #447 from mike-marcacci/patch-1
...
Fixes broken graphiql endpoint
2017-07-02 20:24:46 -07:00
Mike Marcacci
c22bb37996
Fixes broken graphiql endpoint
...
It looks like be01aee
broke the graphiql endpoint by no longer returning the promise.
2017-06-30 20:09:50 -06:00
Jonas Helfer
1e783e550c
v1.0.0
2017-06-29 00:05:56 -07:00
Jonas Helfer
c794fe5657
Update CHANGELOG.md
2017-06-29 00:05:56 -07:00
Jonas Helfer
1127892754
Update README for restify
2017-06-29 00:05:56 -07:00
Jonas Helfer
b53b631b82
Update README for koa
2017-06-29 00:05:56 -07:00
Jonas Helfer
a39fb748ba
Update README for hapi
2017-06-29 00:05:56 -07:00
Jonas Helfer
bb5aa90a89
Update README for express
2017-06-29 00:05:56 -07:00
Jonas Helfer
afa37d2804
Update CHANGELOG.md
2017-06-29 00:05:56 -07:00
Jonas Helfer
f3dc616924
Fix typings to correct promise return type
2017-06-28 18:34:21 -07:00
Tim Neutkens
d73f3ee579
Add missing https
2017-06-27 10:31:24 -07:00
Tim Neutkens
2169df359a
Uppercase M for Micro
2017-06-27 10:31:24 -07:00
Tim Neutkens
3cd6f390f4
Use right naming for ZEIT
2017-06-27 10:31:24 -07:00
Tim Neutkens
4b07e7d9f8
Use const instead of var
2017-06-25 15:16:37 -07:00
Aashish Welling
451422425b
Fix README typos
2017-06-23 16:08:09 -07:00
greenkeeper[bot]
2f5d33a30a
chore(package): update @types/chai to version 4.0.1
2017-06-23 14:21:19 -07:00
Jonas Helfer
3cca6b64d3
Update CHANGELOG.md
2017-06-22 13:36:12 -07:00
Jonas Helfer
693991bdac
v0.9.0
2017-06-22 13:36:12 -07:00
Jonas Helfer
54d7d9eeb4
Merge pull request #426 from PhiloInc/graphiql-function
...
Allow GraphiQLOptions to be a function
2017-06-19 22:08:27 -07:00
Jonas Helfer
8720ed4e9a
Merge branch 'master' into graphiql-function
2017-06-19 21:59:06 -07:00
greenkeeper[bot]
1f1f0b8aa3
chore(package): update @types/node to version 8.0.0
2017-06-19 18:30:47 -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
Jonas Helfer
3f2e679d4d
Update CHANGELOG.md
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
862f9e0748
Fix typo in hapiApollo.ts
2017-06-14 15:45:24 -07:00
Daniel Rinehart
be01aee734
change how koa error response is returned
2017-06-14 15:52:07 -04: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
73ba4fec22
Update CHANGELOG.md
2017-06-13 23:17:52 -07:00
Jonas Helfer
73441dc425
Remove auto-updates
2017-06-13 23:17:52 -07:00
Jonas Helfer
ac76453d6c
Revert "Update dependencies"
...
This reverts commit 90a9ec78da
.
2017-06-13 23:17:52 -07:00