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
Expected Behaviour
As per the mutation, it should delete all rows whose testing_id is null.
Current Behaviour
Mutation is deleting all rows from the table.
Postgres Version
v11.6
Hasura Version
v1.1.0
The text was updated successfully, but these errors were encountered:
subhrashisdas
changed the title
Graphql delete_<table_name> mutation is deleting all rows when primary key is null.
Graphql delete_<table_name> mutation is deleting all rows when key is null.
Mar 17, 2020
Issue
Graphql delete_<table_name> mutation is deleting all rows when key is null.
Table
Mutation
Response
Expected Behaviour
As per the mutation, it should delete all rows whose testing_id is null.
Current Behaviour
Mutation is deleting all rows from the table.
Postgres Version
v11.6
Hasura Version
v1.1.0
The text was updated successfully, but these errors were encountered: