DEV Community

Play Button Pause Button
Vladimir Novick for Hasura

Posted on

Different ways of using GraphQL mutations in our Vue app for inserting posts

Now when we can easily query the data in different ways, it's time to make our app more interactive. In this lesson we will cover how to execute mutations in our Vue app and how to insert a new data by creating AddPost form.

Latest comments (0)