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
I guess we're doing a value check rather than a key check; though I'm not sure if the GraphQL specification actually differentiates between these two cases.
Hi,
it is impossible to use
null
values when creating new objects, as it will be filtered out in the SQL insert.I already created a breaking test PR in graphile-build.
will result in something like this (adapted by hand, maybe not perfect):
Note the absence of "nullable_field".
This introduced a breaking change when switching from v3 to v4.
The text was updated successfully, but these errors were encountered: