Challenge: Pizza Schema
Explore how to create and implement a GraphQL mutation named updatePizza that updates pizza information. Understand defining schema types such as Pizza and Topping with non-nullable fields and lists. Practice writing and testing your schema solutions in the GraphQL playground to reinforce your skills.
We'll cover the following...
We'll cover the following...
Problem statement
-
Write a GraphQL schema to update a pizza.
-
Go to line 58 on the widget below and write the implementation.
-
The mutation name is
updatePizza. ...