You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 graphql/graphql-spec#83
The text was updated successfully, but these errors were encountered: