apollo-server/packages/graphql-server-koa
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
..
src Shallow clone the context object for each query in a batch. 2016-10-22 16:27:22 -07:00
.npmignore chore(package): rename apollo-server to graphql-server 2016-10-18 09:36:07 +03:00
package.json chore(package): rename apollo-server to graphql-server 2016-10-18 09:36:07 +03:00
tsconfig.json chore(package): rename apollo-server to graphql-server 2016-10-18 09:36:07 +03:00