Skip to main content

A Django app that extends the graphene interface and helpers

Project description

Django UW Graphene

Built with Spacemacs

Description

This package extends the graphene-django interface for a streamlined query and mutation integration.

Installation

  1. Install: pip install django-uw-graphene
  2. add to INSTALLED_APPS:
    INSTALLED_APPS = [
        ...
        'uw_graphene',
    ]

Details

Some API design decisions:

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

django_uw_graphene-0.3.5.tar.gz (6.0 kB view hashes)

Uploaded Source

Built Distribution

django_uw_graphene-0.3.5-py3-none-any.whl (7.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page