delete_end_users
delete data from the table: "end_users"
Input fields
where (
end_users_bool_exp!
)
filter the rows which have to be deleted
Return fields
affected_rows (
Int!
)
number of rows affected by the mutation
returning (
[end_users!]!
)
data from the rows affected by the mutation