graphene/graphene/validation
Cadu 2da8e9db5c
feat: Enable use of Undefined in InputObjectTypes (#1506)
* Changed InputObjectType's default builder-from-dict argument to be `Undefined` instead of `None`, removing ambiguity of undefined optional inputs using dot notation access syntax.

* Move `set_default_input_object_type_to_undefined()` fixture into conftest.py for sharing it between multiple test files.
2023-06-04 23:01:05 +02:00
..
tests Chore: Refactor Multi Expression Code 2021-11-05 02:21:14 +01:00
__init__.py format code 2021-08-22 11:03:22 +05:30
depth_limit.py feat: Enable use of Undefined in InputObjectTypes (#1506) 2023-06-04 23:01:05 +02:00
disable_introspection.py run linters locally 2021-08-24 08:30:54 +05:30