apollo-server/packages
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
..
graphql-server-core chore(package): rename apollo-server to graphql-server 2016-10-18 09:36:07 +03:00
graphql-server-express Shallow clone the context object for each query in a batch. 2016-10-22 16:27:22 -07:00
graphql-server-hapi Shallow clone the context object for each query in a batch. 2016-10-22 16:27:22 -07:00
graphql-server-integration-testsuite Shallow clone the context object for each query in a batch. 2016-10-22 16:27:22 -07:00
graphql-server-koa Shallow clone the context object for each query in a batch. 2016-10-22 16:27:22 -07:00
graphql-server-module-graphiql chore(package): rename apollo-server to graphql-server 2016-10-18 09:36:07 +03:00
graphql-server-module-operation-store chore(package): rename apollo-server to graphql-server 2016-10-18 09:36:07 +03:00