Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pydantic conversion compatibility with specialized list class #2909

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    ea33e17 View commit details
    Browse the repository at this point in the history
  2. 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`.
    tjeerddie committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    bf5b6df View commit details
    Browse the repository at this point in the history
  3. Add release file

    tjeerddie committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    e910059 View commit details
    Browse the repository at this point in the history