graphene/graphene
Mike Roberts a141e848c3
Do not interpret Enum members called 'description' as description properties (#1478)
This is a workaround for `TypeError`s being raised when initialising schemas with
Enum members named `description` or `deprecation_reason`.


Fixes #1321
2022-12-01 11:06:24 +01:00
..
pyutils Chore: Refactor Multi Expression Code 2021-11-05 02:21:14 +01:00
relay feat_ (#1476) 2022-11-16 21:38:15 +01:00
test feat_ (#1476) 2022-11-16 21:38:15 +01:00
tests fix: input with invalid types should raise an error 2022-06-20 15:15:14 +02:00
types Do not interpret Enum members called 'description' as description properties (#1478) 2022-12-01 11:06:24 +01:00
utils Vendor DataLoader from aiodataloader and move get_event_loop() out of __init__ function. (#1459) 2022-09-07 20:32:53 +02:00
validation fix: MyPy findings due to a mypy version upgrade were corrected (#1477) 2022-11-16 21:23:37 +01:00
__init__.py feat: Add support for custom global (Issue #1276) (#1428) 2022-09-19 10:17:31 +02:00