Skip to content

Commit d710e26

Browse files
File Uploads and Batch Queries (#44)
* Added documentation for the multipart request extension targeting file uploads and batch queries
1 parent d87ac84 commit d710e26

File tree

6 files changed

+735
-189
lines changed

6 files changed

+735
-189
lines changed

docs/reference/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"label": "References",
3-
"position": 8,
3+
"position": 9,
44
"collapsed": false
55
}

docs/reference/demo-projects.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,11 @@ Demonstrates the use of an external subscription event publisher and a consumer
3737
3838
📌 [Subscriptions w/ React & Apollo Client](https://github.com/graphql-aspnet/demo-projects/tree/master/Subscriptions-ReactApolloClient)<br/>
3939
A sample react application that makes use of the [apollo client](https://www.apollographql.com/docs/react/) to connect to a GraphQL ASP.NET server.
40+
41+
<br/>
42+
43+
### Extensions
44+
45+
📌 [File Uploads](https://github.com/graphql-aspnet/demo-projects/tree/master/File-Uploads)<br/>
46+
Demonstrates the use the [graphql-multipart-form-spec](https://github.com/jaydenseric/graphql-multipart-request-spec) compliant extension to perform file uploads as part of a graphql query.
47+
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"label": "Extensions",
3+
"position": 8,
4+
"collapsed": false
5+
}

0 commit comments

Comments
 (0)