Skip to content

Build powerful, efficient, and flexible GraphQL APIs with seamless Django integration.

License

Notifications You must be signed in to change notification settings

ampsight/graphene-django

 
 

Repository files navigation

Ampsight's graphene-django fork

This is a fork of the graphene-django package, which is a part of the graphene project. This fork is intended to be used in the cloud-vector-2-0-django project.

This fork includes two changes:

  1. The bundled version of GraphiQL includes the Explorer plugin.
  2. GraphiQL's NPM dependencies are bundled with the package, rather than being fetched via CDN. (This is essential for high side operation.)

The changes are implemented in the v2.15.0-ampsight branch of this repository.

See the package.json file in graphene_django/static for more information, including the list of NPM dependencies.

NOTE: The package.json file lists the dependencies that are used by the GraphiQL interface, but the production bundles of each have been extracted and included in the repository (under static/js and static/css). Some bundles have been renamed to avoid conflicts.


The source repository can be found here.

The docs can be found here.

About

Build powerful, efficient, and flexible GraphQL APIs with seamless Django integration.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 61.1%
  • Python 34.6%
  • CSS 3.9%
  • Other 0.4%