DEV Community

Play Button Pause Button
Vladimir Novick for Hasura

Posted on

Delete posts conditionally using delete_posts mutation

Hasura auto generates GraphQL API in specific way. for inserting the data we used insert_posts mutation. In this video we will learn how to use delete_posts mutation as well as add conditions to our delete logic using where input type provided by Hasura.

Latest comments (0)