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