You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ult_value (#1293) (#1513)
* test [1293]: regression test print schema with InputObjectType with DateTime field with default_value
* chore: clarify test title and assertion
---------
Co-authored-by: Erik Wrede <[email protected]>
Declaring a DateTime with default_value in InputObjectType makes schema unprintable due to unsupported conversion in
graphql/utils/ast_from_value.py
InputObjectType declared as:
normally attached to the Query
causes
print(schema)
failing with:Without default_value it works.
I'm using default values like shown in #856 but even without this support in ast_from_value is clearly missing.
The text was updated successfully, but these errors were encountered: