Skip to content

Commit

Permalink
Added upload video
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Jul 8, 2022
1 parent 08d7271 commit 86a4d36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/src/docs/hotchocolate/server/files.md
Expand Up @@ -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.

<iframe width="560" height="315"
src="https://www.youtube.com/embed/XeF3IuGDq4A"frameborder="0"
allowfullscreen></iframe>

> ⚠️ Note: Files can not yet be uploaded through a gateway to stitched services using the `Upload` scalar.
### Usage
Expand Down

0 comments on commit 86a4d36

Please sign in to comment.