1. 4
    Use useMutation hook to trigger GraphQL mutations with Apollo React Hooks
    59s

Use useMutation hook to trigger GraphQL mutations with Apollo React Hooks

InstructorTomasz Łakomy

Share this video with your friends

Send Tweet

GraphQL is fantastic not only for querying data, but also for mutating it and with Apollo React Hooks we're able to do both.

In this lesson we're going to learn how to use useMutation hook in order to add an item to a todo list with hooks instead of using the render props pattern based Mutation component