strawberry-graphql / strawberry-django

Strawberry GraphQL Django extension
https://strawberry.rocks/docs/django
MIT License
409 stars 118 forks source link

Fix typing issues #418

Closed patrick91 closed 10 months ago

patrick91 commented 10 months ago

This should fix an issue I was having with latest pyright 😊

Not sure if Prefetch in django is actually generic (I'm using django types), that's why I put it behind quotes 😊

codecov-commenter commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (c0e9851) 87.16% compared to head (e7dc425) 87.16%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #418 +/- ## ========================================== - Coverage 87.16% 87.16% -0.01% ========================================== Files 36 36 Lines 3101 3100 -1 ========================================== - Hits 2703 2702 -1 Misses 398 398 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.