Solution Review: Pizza Mutation
Review the solution from the previous challenge.
We'll cover the following...
Problem statement
- Write a GraphQL mutation to update a
pizza
.
Press + to interact
mutation {}
- The mutation must have an operation name called
UpdatePizza
.
Press + to interact
mutation UpdatePizza{}
- The