apollo-server/packages/apollo-server-core
Evans Hauser 96af44e41a
Provide ability to specify client info in traces (#1631)
* Provide ability to specify client info in traces

Adds the createClientInfo to apollo-engine-reporting, which enables the
differentiation of clients based on the request, operation, and
variables. This could be extended to include the response. However for
the first release. It doesn't quite make sense.

* Use extensions and context in createClientInfo

* Remove support for clientAddress

The frontend will not support it in the near future

* create -> generate and make default generator

createClientInfo -> generateClientInfo

* Clarify default values
2018-09-17 22:45:34 -07:00
..
src Provide ability to specify client info in traces (#1631) 2018-09-17 22:45:34 -07:00
.npmignore include readme for npm packages 2017-10-23 15:13:31 -07:00
CHANGELOG.md Apollo Server 2:Automatic Persisted Queries (#1149) 2018-06-11 15:44:20 -07:00
package.json Publish 2018-09-14 10:35:33 -07:00
README.md fix README badge links and test imports (#1281) 2018-07-03 10:32:02 -07:00
tsconfig.json Use strict top-level tsconfig and fix type issues or override per-package 2018-08-11 16:45:03 +02:00

apollo-server-core

npm version Build Status

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