Commit graph

1105 commits

Author SHA1 Message Date
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
Hagai Cohen
2219fb9a60 chore(package): move all @types as optionalDependencies for non-ts users 2016-10-18 09:14:32 +03:00
Hagai Cohen
1e23da7e0a test: fix for bug in test (Unhandled exception) 2016-10-18 09:14:32 +03:00
Hagai Cohen
0c3ba91964 chore(monorepo): refactor files locations and reference 2016-10-18 09:14:32 +03:00