Commit graph

700 commits

Author SHA1 Message Date
Martijn Walraven
7b8409a3fa v1.0.5 2017-08-01 20:37:04 +02:00
Martijn Walraven
2736828e98 Merge pull request #491 from DxCx/full-ws-graphiql
GraphiQL: Allow full websocket mode
2017-08-01 20:34:23 +02:00
Hagai Cohen
6e30e35869 fix(graphiql): do not pass undefined parameters 2017-07-31 19:22:48 +03:00
Hagai Cohen
8aed17c266 chore(package): update CHANGELOG.md 2017-07-31 18:47:47 +03:00
Hagai Cohen
fa76131ba1 chore(graphiql): update package and allow full websocket mode 2017-07-31 18:45:50 +03:00
Martijn Walraven
5a3142b17f Add apollo-server rename to the CHANGELOG 2017-07-31 14:19:19 +02:00
Mikhail Novikov
1079ff3af6 Merge pull request #484 from fabsrc/add-graphiql-theme-support
Add support for GraphiQL editor themes
2017-07-25 15:51:41 +03:00
Fabian Schneider
d3380483f6 Add support for GraphiQL editor themes 2017-07-25 08:31:24 +02:00
Mikhail Novikov
fa38e4da71 Merge pull request #474 from tabrindle/update-koa-example
add graphiqlKoa example to README
2017-07-24 13:38:31 +03:00
Mikhail Novikov
10dd6cabc9 Merge branch 'master' into update-koa-example 2017-07-24 13:38:04 +03:00
Mikhail Novikov
19738ff0e6 Merge pull request #478 from VladShcherbin/patch-1
Use body parser only for post requests in koa
2017-07-24 13:37:55 +03:00
Mikhail Novikov
96357af63c Merge branch 'master' into patch-1 2017-07-24 13:37:27 +03: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
Mikhail Novikov
6016b8527f Revert calling next in middleware (#481) 2017-07-24 10:21:02 +02:00
Sashko Stubailo
a076fea894 Merge branch 'master' into update-koa-example 2017-07-23 22:55:28 -07:00
Vlad Shcherbin
943120269c Use body parser only for post requests in koa 2017-07-23 16:41:29 +03:00
Sashko Stubailo
50866dc5ba Merge pull request #477 from crowchirp/patch-1
corrected typo
2017-07-22 18:28:44 -07:00
Chandan Rai
27da6eaad7 corrected typo 2017-07-22 09:32:10 +05:30
Trevor Brindle
0edae930bb add graphiqlKoa example to README 2017-07-21 12:27:38 -04:00
Marko Klopets
20722fddf2 Update GraphiQL version (#468)
* Update jsDelivr href for GraphiQL to follow new API

The change doesn't seem straightforward with differently configured
packages, i.e only works for GraphiQL out of the ones used here.

* Update GraphiQL to v0.11.2
2017-07-19 11:24:30 -07:00
Marko Klopets
ebb36ad681 Update readme for the koa package (#467)
* Update suggested versions of dependencies for koa

As koa@2 is now the norm, the master/latest releases of both
koa-bodyparser and koa-router support koa@2.

* Document Koa GraphiQL capabilities

* Add link for passHeader reference in doc
2017-07-19 11:12:20 -07:00
Marko Klopets
586889e2ef Fix links to CONTRIBUTING.md and ROADMAP.md in package readmes (#466) 2017-07-19 10:36:59 -07:00
Martijn Walraven
f4935f6423 Update README 2017-07-18 11:20:33 -07:00
Martijn Walraven
0facb2ba1f Update README 2017-07-18 11:17:57 -07:00
Martijn Walraven
e3e1aa7b71 Update README 2017-07-18 11:09:28 -07:00
Martijn Walraven
b81b72d445 Update README 2017-07-18 11:07:31 -07: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
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