Interfaces
GraphQL Interfaces are a sort of "parent object" from which other objects can "inherit" from. For example, Slugified
is considered an interface, because both Tool
and Stack
have slugs. An interface has its own list of named fields that are shared by implementing objects.