Hagai Cohen
d7b724f69d
chore(get-support): support for GET method for koa
2017-01-13 11:48:37 +02:00
Hagai Cohen
a2d7c85ff2
chore(get-support): support for GET method for express and connect
2017-01-13 11:45:10 +02:00
Sashko Stubailo
445dbf2c22
Merge branch 'master' into monorepo
...
Conflicts:
CHANGELOG.md
README.md
package.json
packages/graphql-server-hapi/src/hapiApollo.ts
packages/graphql-server-integration-testsuite/src/index.ts
2016-10-23 01:05:25 -07: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
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