Use GraphQL's Object Type for Basic Types

Share this video with your friends

Send Tweet

We can create the most basic components of our GraphQL Schema using GraphQL's Object Types. These types allow us to group related fields together under a specific type, such as a Video or a User, and then allows us to fetch these types when we query our schema. In this video, we'll learn how to write GraphQL Object Types in GraphQL's Schema language, as well as how to create resolvers for them, and ultimately how to query them.

Bryce Fischer
Bryce Fischer
~ 5 years ago

The branches for code in GitHub all go to 404 pages...