aws-mobile-appsync-sdk-android icon indicating copy to clipboard operation
aws-mobile-appsync-sdk-android copied to clipboard

Support `null` literal for optional fields

Open paulfthomas opened this issue 6 years ago • 1 comments

Not sure if it's a bug or a missing feature but null literals don't seem to work. Passing null to an optional field for a mutation results in the field being ignored.

It's been added to GraphQL, see https://github.com/facebook/graphql/pull/83

paulfthomas avatar Mar 20 '19 20:03 paulfthomas

Hi @paulfthomas ,

We'll need to look into this. Thanks for the report.

minbi avatar Mar 25 '19 17:03 minbi