GraphQL Mutations to update Connections

InstructorNik Graf

Share this video with your friends

Send Tweet

A common requirement for connections is to add and remove items. We could go with two separate mutations: add & remove versus a single update mutation. In almost all situations it's better to have two separate mutations and in this lesson we explore why.