GraphQL - Schema Definition Language (SDL)
You want to define a GraphQL type
Order that includes an id (non-null ID), a list of items (each an Item type), and a total price (non-null Float). Which is the correct type definition?