Update Tasks with Mutations
The last time was search by id form the task list. This time, I am going to update the list. It's called Mutation, which is a cool name in the GraphQL community :D
Code
const { ApolloServer, gql } = require('apollo-server');
const typeDefs = gql`
...
senzu.hashnode.dev3 min read