Skip to content

Interfaces

GraphQL supports interfaces type, FastGQL allows to define interfaces in the schema and resolve them using a “type” field.

Interface Example

An example using interface type can be found here.