apollo-server/packages/apollo-server-core
Benedict Hobart 62c397eecc Fix shallow cloning of context when executing a batch request (#679)
This fixes the default behavior for class-based contexts by also cloning the prototype, and it allows you to customize per-operation behavior by passing in a function as context.
2017-12-12 08:09:01 +01:00
..
src Fix shallow cloning of context when executing a batch request (#679) 2017-12-12 08:09:01 +01:00
.npmignore include readme for npm packages 2017-10-23 15:13:31 -07:00
package.json chore(deps): pin dependencies 2017-12-11 19:19:07 +00:00
README.md Rename packages from graphql-server- to apollo-server- (#465) 2017-07-17 16:29:40 -07:00
tsconfig.json Add support for Apollo Cache Control 2017-10-24 09:09:08 -07:00

graphql-server-core

This is the core module of the Apollo community GraphQL Server. Read the docs.