mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 17:51:40 -05:00

This TEMPORARILY reverts commit 069110b353
,
which was the result of the work done in #1971 by @rkorrelboom.
Unfortunately, we need to put this on ice while we wait for movement on a
package naming conflict. The dialog surrounding this is under way, as
I've explained in the PR:
https://github.com/apollographql/apollo-server/pull/1971#issuecomment-456817749
I'm excited to re-land this in an upcoming version, but there's no reason to
block the 2.4.0 release for it right now.
I will open a new PR with the work from #1971 in due time.
32 lines
1.3 KiB
JSON
32 lines
1.3 KiB
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true
|
|
},
|
|
"files": [],
|
|
"include": [],
|
|
"references": [
|
|
{ "path": "./packages/apollo-cache-control" },
|
|
{ "path": "./packages/apollo-datasource" },
|
|
{ "path": "./packages/apollo-datasource-rest" },
|
|
{ "path": "./packages/apollo-engine-reporting" },
|
|
{ "path": "./packages/apollo-graphql" },
|
|
{ "path": "./packages/apollo-server" },
|
|
{ "path": "./packages/apollo-server-azure-functions" },
|
|
{ "path": "./packages/apollo-server-cache-memcached" },
|
|
{ "path": "./packages/apollo-server-cache-redis" },
|
|
{ "path": "./packages/apollo-server-caching" },
|
|
{ "path": "./packages/apollo-server-cloud-functions" },
|
|
{ "path": "./packages/apollo-server-cloudflare" },
|
|
{ "path": "./packages/apollo-server-core" },
|
|
{ "path": "./packages/apollo-server-errors" },
|
|
{ "path": "./packages/apollo-server-express" },
|
|
{ "path": "./packages/apollo-server-hapi" },
|
|
{ "path": "./packages/apollo-server-koa" },
|
|
{ "path": "./packages/apollo-server-lambda" },
|
|
{ "path": "./packages/apollo-server-micro" },
|
|
{ "path": "./packages/apollo-server-plugin-base" },
|
|
{ "path": "./packages/apollo-server-testing" },
|
|
{ "path": "./packages/apollo-tracing" },
|
|
{ "path": "./packages/graphql-extensions" },
|
|
]
|
|
}
|