Challenge: Implement `removeStar` Mutation
Explore how to implement the removeStar mutation alongside addStar in Apollo Client using GraphQL. This lesson helps you practice executing mutations to manage GitHub repository stars and observe results in the console.
We'll cover the following...
We'll cover the following...
Problem Statement
Implement the ...