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