Challenge: Pizzas Query

The challenge below tests your understanding of how GraphQL query works.

We'll cover the following

Problem statement

  • Write a GraphQL query for getting all pizzas.

  • The query must have an operation called GetPizzas.

  • The query must have id and pizza fields from pizzas.

  • The query must have pizza as an argument.

  • The query must have pizza as a variable.

Expected output

Get hands-on with 1200+ tech skills courses.