Challenge: Pizza Mutation
Practice creating a GraphQL mutation to update pizza information using required and optional arguments for id, pizza, and toppings. Learn how to structure mutation operations and handle nested toppings data.
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 named
UpdatePizza. ...