You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In combination with [Apollo upload client](https://github.com/jaydenseric/apollo-upload-client), enhances [Apollo](http://apollodata.com) for intuitive file uploads via GraphQL mutations or queries.
5
+
Enhances [Apollo](http://apollodata.com) for intuitive file uploads via GraphQL mutations or queries. Use with [Apollo upload client](https://github.com/jaydenseric/apollo-upload-client).
See [client usage for this example](https://github.com/jaydenseric/apollo-upload-client#Multiple-files).
102
+
See [client usage for this example](https://github.com/jaydenseric/apollo-upload-client#multiple-files).
103
103
104
104
## Caveats
105
105
106
106
- No max upload file size option yet.
107
107
108
108
## Inspiration
109
109
110
-
-[@HriBB](https://github.com/HriBB)’s [apollo-upload-network-interface](https://github.com/HriBB/apollo-upload-network-interface) and [graphql-server-express-upload](https://github.com/HriBB/graphql-server-express-upload) projects.
110
+
-[@HriBB](https://github.com/HriBB)’s [graphql-server-express-upload](https://github.com/HriBB/graphql-server-express-upload) and [apollo-upload-network-interface](https://github.com/HriBB/apollo-upload-network-interface) projects.
0 commit comments