...

/

Solution Review: Tricky Pizzas Query

Solution Review: Tricky Pizzas Query

Review the solution for the previous challenge.

We'll cover the following...

Explanation

  • Write a GraphQL query for getting two types of pizzas (Greek and Detroit) from the pizzas field.
Press + to interact
query{
}
  • Query the
...