Schema with Interfaces
Understand the schema interface in GraphQL.
We'll cover the following
GraphQL schema interface
GraphQL has a schema interface. An interface is an abstract type that declares a particular set of fields that a type must include when implementing the interface.
For example, we could have an interface called Pizza
that represents all the mandatory properties of a pizza:
Get hands-on with 1200+ tech skills courses.