emasatsugu

Results 1 issues of emasatsugu

this schema ``` class TestSchema(BaseModel): date_field: datetime.date ``` breaks in tests that use freezegun to freeze time: ``` E graphene_pydantic.converters.ConversionError: Don't know how to convert the Pydantic field ModelField(name='date_field', type=date,...