To delete a record in Hasura you can execute the delete mutation and filter on the record to be deleted: mutation { delete_recipe(where: ...
確定! 回上一頁