graphene-django/docs
Jonathan Kim b7e4937775
Alias only_fields as fields and exclude_fields as exclude (#691)
* Create new fields and exclude options that are aliased to exclude_fields and only_fields

* Update docs

* Add some checking around fields and exclude definitions

* Add all fields option

* Update docs to include `__all__` option

* Actual order of fields is not stable

* Update docs/queries.rst

Co-Authored-By: Semyon Pupkov <semen.pupkov@gmail.com>

* Fix example code

* Format code

* Start raising PendingDeprecationWarnings for using only_fields and exclude_fields

* Update tests
2019-07-09 14:03:11 +01:00
..
_static Update doc setup (#673) 2019-06-14 12:33:37 +01:00
authorization.rst Update doc setup (#673) 2019-06-14 12:33:37 +01:00
conf.py Rebuild documentation 2019-05-07 19:23:01 +01:00
debug.rst bump graphiql to 0.13.0, and rename __debug to _debug due to __ limitations 2019-05-20 17:48:28 +08:00
filtering.rst Merge pull request #600 from sierreis/filterset-class 2019-06-09 16:48:46 -07:00
index.rst Add documentation for settings 2019-05-07 20:23:10 +01:00
installation.rst Update install docs for Django 2.x 2019-05-13 17:08:26 +10:00
introspection.rst Add watch option to graphql_schema (#656) 2019-06-09 17:06:50 -07:00
Makefile Update doc setup (#673) 2019-06-14 12:33:37 +01:00
mutations.rst Fix Mutations Relay example imports 2019-06-06 13:53:16 -05:00
queries.rst Alias only_fields as fields and exclude_fields as exclude (#691) 2019-07-09 14:03:11 +01:00
requirements.txt Update doc setup (#673) 2019-06-14 12:33:37 +01:00
schema.rst Rebuild documentation 2019-05-07 19:23:01 +01:00
settings.rst Adds documentation to CAMELCASE_ERRORS setting (#689) 2019-07-08 22:22:08 +01:00
testing.rst Fix importing error for GraphQLTestCase 2019-05-08 22:45:28 +01:00
tutorial-plain.rst Rebuild documentation 2019-05-07 19:23:01 +01:00
tutorial-relay.rst Rebuild documentation 2019-05-07 19:23:01 +01:00