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