Challenge: Pizza Mutation
Take this challenge to test your knowledge of GraphQL mutation.
We'll cover the following...
Problem statement
-
Write a GraphQL mutation to update a
pizza
. -
The mutation must have an operation named
UpdatePizza
. -
The mutation ...