Skip to content

Commit

Permalink
Remove obsolete note about schema stitching (#4549)
Browse files Browse the repository at this point in the history
The linked issue says the problem was resolved.
  • Loading branch information
oliversalzburg authored Sep 8, 2020
1 parent 7a77334 commit 60d9742
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/source/data/file-uploads.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60d9742

Please sign in to comment.