graphene-django/docs
Gary Donovan fcc3de2a90 Allow graphql schema export to use a canonical representation (#439)
When we use the `graphql_schema` management command, the output can vary from run to run depending on arbitrary factors (because there is no guarantee made about the order used to output JSON dictionary keys). This makes it difficult to compare two schema's at different points in time.

We address this by including a new `canonical` flag to the command, which uses standard `json.dump` funcitonality to sort dictionary keys and force pretty-printed output.
2019-03-31 11:30:29 +01:00
..
authorization.rst fix order in params 2018-09-26 13:07:50 -05:00
conf.py Bump year to 2017 2017-02-12 16:48:59 +02:00
debug.rst Updated docs as graphql highlight is not yet supported 2016-09-26 01:13:31 -07:00
filtering.rst Making GrapheneFilterSetMixin compatible with django_filter 2 2018-09-04 13:15:04 -04:00
form-mutations.rst Fix code errors in form-mutations.rst (#499) 2019-03-19 20:24:24 +00:00
index.rst Document form mutations 2017-10-02 09:32:36 -05:00
introspection.rst Allow graphql schema export to use a canonical representation (#439) 2019-03-31 11:30:29 +01:00
Makefile Added first version of the docs 2016-09-20 22:30:36 -07:00
requirements.txt Updated docs template 2018-03-13 22:38:17 -07:00
rest-framework.rst Fix doc: Bad documented SerializerMutation attribute 2018-04-05 14:46:10 -03:00
tutorial-plain.rst Reword 'abstract' -> 'mixin' in plain tutorial 2018-08-01 12:51:46 +01:00
tutorial-relay.rst Ensure code example is fully functional (#477) 2019-03-19 20:22:04 +00:00