Martijn Walraven
300c0cd12b
Rename packages from graphql-server- to apollo-server- ( #465 )
2017-07-17 16:29:40 -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
Daniel Rinehart
be01aee734
change how koa error response is returned
2017-06-14 15:52:07 -04: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
Urigo
54443b8bfe
feat(subscriptions): added subscriptions graphiql to all server types
2017-03-28 20:25:45 +03:00
Jonas Helfer
ec43ee763f
Merge branch 'master' into greenkeeper-tslint-4.3.1
2017-01-23 11:02:50 -08:00
Hagai Cohen
e6f09c01be
chore(tslint): fix linting errors
2017-01-23 13:16:52 +02:00
Alan Christensen
539dd641bf
Use graphiql option variables if query variables are not supplied
2017-01-22 21:27:17 -06:00
Hagai Cohen
01e3010323
fix(get-support): preparse query for GET requests to handle query properly
2017-01-18 10:49:13 +02:00
Hagai Cohen
be573a6ade
chore(get-support): cleanup
2017-01-13 16:50:23 +02:00
Hagai Cohen
32140cb3e7
chore(get-support): refactor to share http logic in core module
...
Closes #186
2017-01-13 16:26:41 +02:00
Hagai Cohen
5b46db4aa0
fix(get-support): fixed returned status for get without query
2017-01-13 11:49:31 +02:00
Hagai Cohen
93d7966df8
chore(get-support): rename buffer to requestPayload
2017-01-13 11:49:30 +02:00
Hagai Cohen
d7b724f69d
chore(get-support): support for GET method for koa
2017-01-13 11:48:37 +02:00
Sashko Stubailo
2647667cd1
Fix koa typings
2017-01-04 18:15:44 -08:00
Sashko Stubailo
42613a448a
Rename ApolloOptions to GraphQLOptions
2016-10-22 23:56:14 -07:00
Sashko Stubailo
cd298c5b48
Rename stuff to not have apollo in it
2016-10-22 23:52:32 -07:00
Sashko Stubailo
4a5e6b3b7f
Rename a variety of things to no longer be called Apollo
2016-10-22 18:48:23 -07:00
Nick Martin
78d8ef367b
Shallow clone the context
object for each query in a batch.
...
This lets users distinguish multiple queries in a batch. It also
protects against users modifying the context in one query and
affecting another. (Although modifications to existing properties
of the context object will still be visible in other queries because
we only shallow copy.)
2016-10-22 16:27:22 -07:00
Hagai Cohen
8df3383ece
chore(package): rename apollo-server to graphql-server
...
Closes #163
2016-10-18 09:36:07 +03:00