graphene-pydantic
graphene-pydantic copied to clipboard
Integrate GraphQL with your Pydantic models
Results
22
graphene-pydantic issues
Sort by
recently updated
recently updated
newest added
I see the following comment in `PydanticObjectType.__init_subclass_with_meta__`: ``` # TODO: We don't currently do anything with interfaces, and it would # be great to handle them as well. Some options...
Ran into a bug trying to use `list[int]` as a field type on a `BaseModel` in Python 3.9. (Note it is also broken with Python 3.10.). Interestingly, things are handled...