graphql-rust / juniper

GraphQL server library for Rust
Other
5.72k stars 425 forks source link

Fix input value coercion with defaults (#1073) #1080

Closed ilslv closed 2 years ago

ilslv commented 2 years ago

Resolves #1073

Solution

Don't additionally wrap field's type into an Option and don't replace missing Variables with InputValue::Null too soon.

Checklist

ilslv commented 2 years ago

FCM

Fix input value coercion with defaults (#1080, #1073)