apollo-server/packages
Jesse Rosenberger d7d4495b7b
(perf) Stop adding the checkOperationPlugin on every request.
This was causing the `checkOperationPlugin` to be added to the list of
plugins to be executed, thus resulting in an additional plugin pass (of the
same plugin) for each request.

1st request = 1 plugin
2nd request = 2 of the same plugin
3rd request = 3 of the same plugin

Obviously, this was not intended.
2018-11-05 11:23:26 -08:00
..
apollo-cache-control Publish 2018-10-26 21:28:15 +03:00
apollo-datasource Publish 2018-10-26 21:28:15 +03:00
apollo-datasource-rest Publish 2018-10-26 21:28:15 +03:00
apollo-engine-reporting Publish 2018-10-26 21:28:15 +03:00
apollo-engine-reporting-protobuf Publish 2018-10-26 21:28:15 +03:00
apollo-server Publish 2018-10-26 21:28:15 +03:00
apollo-server-cache-memcached Fix apollo-server-cache delete implementation for both redis and memcached (#1891) 2018-10-29 11:25:09 +02:00
apollo-server-cache-redis Fix apollo-server-cache delete implementation for both redis and memcached (#1891) 2018-10-29 11:25:09 +02:00
apollo-server-caching Fix apollo-server-cache delete implementation for both redis and memcached (#1891) 2018-10-29 11:25:09 +02:00
apollo-server-cloud-function (compat) Avoid TypeScript 3.x features to maintain backwards compatibility. 2018-11-05 05:24:32 -08:00
apollo-server-cloudflare (compat) Avoid TypeScript 3.x features to maintain backwards compatibility. 2018-11-05 05:24:32 -08:00
apollo-server-core (perf) Stop adding the checkOperationPlugin on every request. 2018-11-05 11:23:26 -08:00
apollo-server-env Publish 2018-10-26 21:28:15 +03:00
apollo-server-errors Move test tsconfig.json files under __tests__ to support editors 2018-10-11 23:10:45 +02:00
apollo-server-express (compat) Avoid TypeScript 3.x features to maintain backwards compatibility. 2018-11-05 05:24:32 -08:00
apollo-server-hapi (compat) Avoid TypeScript 3.x features to maintain backwards compatibility. 2018-11-05 05:24:32 -08:00
apollo-server-integration-testsuite Publish 2018-10-26 21:28:15 +03:00
apollo-server-koa (compat) Avoid TypeScript 3.x features to maintain backwards compatibility. 2018-11-05 05:24:32 -08:00
apollo-server-lambda (compat) Avoid TypeScript 3.x features to maintain backwards compatibility. 2018-11-05 05:24:32 -08:00
apollo-server-micro (compat) Avoid TypeScript 3.x features to maintain backwards compatibility. 2018-11-05 05:24:32 -08:00
apollo-server-plugin-base (compat) Avoid TypeScript 3.x features to maintain backwards compatibility. 2018-11-05 05:24:32 -08:00
apollo-server-testing Introduce apollo-server-testing package. (#1909) 2018-11-05 11:22:30 -08:00
apollo-tracing Publish 2018-10-26 21:28:15 +03:00
graphql-extensions Publish 2018-10-26 21:28:15 +03:00