graphene-file-upload 1.3.0
0
Lib for adding file upload functionality to GraphQL mutations in Graphene Django and Flask-Graphql
Contents
Lib for adding file upload functionality to GraphQL mutations in Graphene Django and Flask-Graphql
Stars: 286, Watchers: 286, Forks: 49, Open Issues: 19The lmcgartland/graphene-file-upload
repo was created 6 years ago and the last code push was 1 years ago.
The project is popular with 286 github stars!
How to Install graphene-file-upload
You can install graphene-file-upload using pip
pip install graphene-file-upload
or add it to a project with poetry
poetry add graphene-file-upload
Package Details
- Author
- Lucas McGartland
- License
- Homepage
- https://github.com/lmcgartland/graphene-file-upload
- PyPi:
- https://pypi.org/project/graphene-file-upload/
- GitHub Repo:
- https://github.com/lmcgartland/graphene-file-upload
Classifiers
- Internet/WWW/HTTP
Related Packages
Errors
A list of common graphene-file-upload errors.
Code Examples
Here are some graphene-file-upload
code examples and snippets.
GitHub Issues
The graphene-file-upload package has 19 open issues on GitHub
- Added a framework independent top level testing module.
- Is it possible to use graphene.List(Upload) to upload multiple files?