Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add pydantic conversion compatibility with specialized list class
- Modified `StrawberryAnnotation._is_list` to check if the `annotation` extends from the `list` type, enabling it to be considered a list. - in `StrawberryAnnotation` Moved the `_is_list` check before the `_is_generic` check in `resolve` to avoid `unsupported` error in `_is_generic` before it checked `_is_list`.
- Loading branch information