mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-22 01:27:01 +03:00
97442f9cee
* Fix code examples in queries.rst Code example in Arguments section doesn't work as stated in its comment — if "foo" or "bar" are not declare in the graphql query, it will be an error, not they become None. Code example in Info section has invalid indentation, `resolve_questions()` seems to be a `Query` method, but it's indented as module-level function. * Fix indentation in query examples * Enable syntax highlight for graphql queries |
||
---|---|---|
.. | ||
_static | ||
authorization.rst | ||
conf.py | ||
debug.rst | ||
extra-types.rst | ||
fields.rst | ||
filtering.rst | ||
index.rst | ||
installation.rst | ||
introspection.rst | ||
Makefile | ||
mutations.rst | ||
queries.rst | ||
requirements.txt | ||
schema.py | ||
schema.rst | ||
settings.rst | ||
subscriptions.rst | ||
testing.rst | ||
tutorial-plain.rst | ||
tutorial-relay.rst |