mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-10 19:57:15 +03:00
fcc3de2a90
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. |
||
---|---|---|
.. | ||
authorization.rst | ||
conf.py | ||
debug.rst | ||
filtering.rst | ||
form-mutations.rst | ||
index.rst | ||
introspection.rst | ||
Makefile | ||
requirements.txt | ||
rest-framework.rst | ||
tutorial-plain.rst | ||
tutorial-relay.rst |