A Django app that extends the graphene interface and helpers
Project description
Django UW Graphene
Description
This package extends the graphene-django interface for a streamlined query and mutation integration.
Installation
- Install:
pip install django-uw-graphene
- add to INSTALLED_APPS:
INSTALLED_APPS = [
...
'uw_graphene',
]
Details
Some API design decisions:
- Based on Relay
totalCount
was implemented as an ExtendedConnection- A base interface for CRUD mutations was implemented:
Documentation
This library is intended to be used on top of graphene-django, here are some useful links:
A More extensive documentation is available here.
TODO
- Review
test_utils
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django_uw_graphene-0.3.2.tar.gz
.
File metadata
- Download URL: django_uw_graphene-0.3.2.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b69f27915811d3573d1f2804068c0841634626a7b52646cc617c7a625152678 |
|
MD5 | d42478753b7299ffa36d29d0474e60f7 |
|
BLAKE2b-256 | ad9085ede01aef4400e7636e4462b4a0386301527faa75a20a40420ca7044f46 |
File details
Details for the file django_uw_graphene-0.3.2-py3-none-any.whl
.
File metadata
- Download URL: django_uw_graphene-0.3.2-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 68712c9a219f26a99d193e6ca78cdb24397afa6f1c0684ab5e7f1afa7c7f0b86 |
|
MD5 | 9140872559669ca6bf766c464fee9e8b |
|
BLAKE2b-256 | 398bef2a0695858aad15f48a464fb706e0a49d22e63fdad1cca6f7343b7310da |