https://github.com/r0man/ring-graphql-multipart
Ring middleware for GraphQL multipart form requests aka file uploads
https://github.com/r0man/ring-graphql-multipart
clojure file-upload graphql ring
Last synced: 15 days ago
JSON representation
Ring middleware for GraphQL multipart form requests aka file uploads
- Host: GitHub
- URL: https://github.com/r0man/ring-graphql-multipart
- Owner: r0man
- License: epl-2.0
- Created: 2019-06-14T19:22:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-19T21:49:26.000Z (about 6 years ago)
- Last Synced: 2025-01-19T13:34:21.715Z (12 months ago)
- Topics: clojure, file-upload, graphql, ring
- Language: Clojure
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
* ring-graphql-multipart
[[https://clojars.org/ring-graphql-multipart][https://img.shields.io/clojars/v/ring-graphql-multipart.svg]]
[[https://travis-ci.org/r0man/ring-graphql-multipart][https://travis-ci.org/r0man/ring-graphql-multipart.svg]]
[[https://versions.deps.co/r0man/ring-graphql-multipart][https://versions.deps.co/r0man/ring-graphql-multipart/status.svg]]
[[https://versions.deps.co/r0man/ring-graphql-multipart][https://versions.deps.co/r0man/ring-graphql-multipart/downloads.svg]]
Ring middleware that implements the [[https://github.com/jaydenseric/graphql-multipart-request-spec][GraphQL multipart request specification]] aka file uploads 🚀.
** License
Copyright © 2019 [[https://github.com/r0man][r0man]]
Distributed under the Eclipse Public License either version 1.0 or
(at your option) any later version.