strawberry-graphql / strawberry-django

Strawberry GraphQL Django extension
MIT License
391 stars 115 forks source link

fix: OneToManyInput saves and runs validation on foreign key #487 #490

Closed keithhackbarth closed 4 months ago

keithhackbarth commented 4 months ago

Description

Fix for issue described in #487

Notes:

Types of Changes

Issues Fixed or Closed by This PR

Checklist

codecov-commenter commented 4 months ago

Codecov Report

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

Project coverage is 87.92%. Comparing base (bd75a3b) to head (274c45c). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #490 +/- ## ========================================== + Coverage 87.91% 87.92% +0.01% ========================================== Files 37 37 Lines 3170 3173 +3 ========================================== + Hits 2787 2790 +3 Misses 383 383 ```

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

keithhackbarth commented 4 months ago

@bellini666 - Good call. Updated.