Query GraphQL Interface Types in GraphQL Playground

InstructorEve Porcello

Share this video with your friends

Send Tweet

Interfaces are similar to Unions in that they provide a mechanism for dealing with different types of data. However, an interface is more suited for data types that include many of the same fields. In this lesson, we will query different types of pets.

To follow along with these queries, go to the Pet Library GraphQL Playground.