graphene-django/graphene_django
Andy Clayton c130490b4f ensure SerializerMutation.errors is None on success in 2.x
Upon success the result was correct but also included:

"errors": [
  {
    "message": "User Error: expected iterable, but did not find one
for field <SerializerMutation_Subclass>Payload.errors."
  }
]

This seemed to be due to Payload.errors defaulting to graphene.List
rather than unset or None. Unsure what exactly changed with 2.x to break
this, so I welcome a better fix, but explicitly setting errors to None
also seems easy enough.
2017-08-31 12:37:54 -05:00
..
debug Code adapted to new resolver API 2017-07-28 09:43:27 -07:00
filter Code adapted to new resolver API 2017-07-28 09:43:27 -07:00
management add indent support for graphql_schema command 2016-10-17 15:08:04 +08:00
rest_framework ensure SerializerMutation.errors is None on success in 2.x 2017-08-31 12:37:54 -05:00
templates/graphene Fix missing operation_name warning 2016-11-11 14:35:41 -05:00
tests Code adapted to new resolver API 2017-07-28 09:43:27 -07:00
__init__.py Added support for wheel package 2017-07-31 22:46:27 -07:00
compat.py Fix compatibility with pypy 2017-06-23 12:48:32 +01:00
converter.py Fixed all tests and flake issues 2017-07-24 23:42:40 -07:00
fields.py Code adapted to new resolver API 2017-07-28 09:43:27 -07:00
form_converter.py Fixed all tests and flake issues 2017-07-24 23:42:40 -07:00
forms.py Isolated Graphene Django in a new package 2016-09-17 16:31:17 -07:00
registry.py Fixed all tests and flake issues 2017-07-24 23:42:40 -07:00
settings.py Added RELAY_CONNECTION_MAX_LIMIT and RELAY_CONNECTION_ENFORCE_FIRST_OR_LAST settings 2017-04-15 02:15:17 -07:00
types.py Code adapted to new resolver API 2017-07-28 09:43:27 -07:00
utils.py Restore django filter check 2017-06-26 15:31:34 +01:00
views.py Updated graphiql version for new versions 2017-07-13 15:14:06 -07:00