From 86a4d36854d874e3f80117f486efd36a2673860b Mon Sep 17 00:00:00 2001 From: Michael Staib Date: Fri, 8 Jul 2022 11:40:04 +0200 Subject: [PATCH] Added upload video --- website/src/docs/hotchocolate/server/files.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/src/docs/hotchocolate/server/files.md b/website/src/docs/hotchocolate/server/files.md index 2c590fc3634..e67e8f73c22 100644 --- a/website/src/docs/hotchocolate/server/files.md +++ b/website/src/docs/hotchocolate/server/files.md @@ -25,6 +25,10 @@ This however has a couple of downsides: Hot Chocolate implements the [GraphQL multipart request specification](https://github.com/jaydenseric/graphql-multipart-request-spec) which adds a new `Upload` scalar and allows our GraphQL server to handle file upload streams. + + > ⚠️ Note: Files can not yet be uploaded through a gateway to stitched services using the `Upload` scalar. ### Usage