Solution Review: Pizza Mutation
Explore how to create a GraphQL mutation named UpdatePizza that updates pizza information with required and optional variables. Understand the structure for passing pizza id, name, and toppings, and test your solution in a practical environment.
We'll cover the following...
We'll cover the following...
Problem statement
- Write a GraphQL mutation to update a
pizza.
- The mutation must have an operation name called
UpdatePizza.
- The mutation must have
id