side quest
We'll learn four new tools for designing GraphQL schemas: enums, input types, interfaces, and query fragments. We'll also see examples of how to use each concept in a real-world application.
GraphQL schema types such as enum
, input
, and interface
Writing query fragments
Michelle Mabuyo and Megan Sullivan