From 193eab2f22f08e3c1fe30802ac90346e578c20c0 Mon Sep 17 00:00:00 2001 From: Miguel Angel Asencio Hurtado Date: Wed, 1 Jul 2020 00:45:41 -0500 Subject: [PATCH] Remove legacy comment I assume that how that the issue is closed this comment should be removed https://github.com/ardatan/graphql-tools/issues/671 --- docs/source/data/file-uploads.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/source/data/file-uploads.md b/docs/source/data/file-uploads.md index 985c81092b7..96c651e0776 100644 --- a/docs/source/data/file-uploads.md +++ b/docs/source/data/file-uploads.md @@ -3,8 +3,6 @@ title: File uploads description: Enabling file uploads in Apollo Server --- -> Note: This feature is incompatible with `graphql-tools`' schema stitching. See [this issue](https://github.com/apollographql/graphql-tools/issues/671) for additional details. - For server integrations that support file uploads (e.g. Express, hapi, Koa), Apollo Server enables file uploads by default. To enable file uploads, reference the `Upload` type in the schema passed to the Apollo Server construction. ```js