Challenge: Pizza Schema
Take the challenge below to test your knowledge of the GraphQL schema.
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
. ...