Jonathan Kim
ecdbae3c8a
Add custom function setting
2020-02-23 08:57:40 +00:00
Jonathan Kim
f9252e3c4e
Rename setting
2020-02-23 08:57:40 +00:00
Jonathan Kim
fdaa0bf2ba
Rename settings field
2020-02-23 08:57:40 +00:00
Jonathan Kim
edbb14e656
Add new setting to create unique enum names
2020-02-23 08:57:40 +00:00
Misha K
b085b5922a
add Django 3.0 to the test matrix ( #793 )
...
* add Django 3.0 to the test matrix
* fix six imports
2019-10-18 11:38:59 +01:00
Jonathan Kim
0988e0798a
Adds documentation to CAMELCASE_ERRORS
setting ( #689 )
...
* Rename setting and add documentation
* Add examples
* Use `cls`
2019-07-08 22:22:08 +01:00
Konstantin Alekseev
e2e496f505
Apply camel case converter to field names in DRF errors ( #514 )
...
* Apply camel case converter to field names in DRF errors
* Implement recursive error camelize, add setting.
2019-06-25 09:40:29 +01:00
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
Syrus Akbary
54ef52e1c6
Reformatted files using black
2018-07-19 16:52:24 -07:00
Syrus Akbary
46a1ddedd8
Added RELAY_CONNECTION_MAX_LIMIT and RELAY_CONNECTION_ENFORCE_FIRST_OR_LAST settings
...
Relay connections will be limited to 100 records by default.
2017-04-15 02:15:17 -07:00
cph
62d3eb911a
add indent support for graphql_schema command
2016-10-17 15:08:04 +08:00
Syrus Akbary
70dbd4b512
Improved PEP8 syntax
2016-09-19 22:15:10 -07:00
Syrus Akbary
3aa929fdc9
Moved django-graphql-view and django-graphiql into graphene-django 😎
2016-09-19 22:04:23 -07:00