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
On initiating a mutation for an "edit item" action, based on the id(primary key) of the item in question, if the primary key provided is "null", all the rows in the table are affected. The desired behavior would be to return an error since the primary key is non-nullable.