Interfaces
The schema file supports GraphQL Interfaces for modelling complex types sharing common traits. Interfaces are annotated with@query at the type level and do not affect the database schema, only enriching the GraphQL API queries with inline fragments.
Currently, only OpenReader supports GraphQL interfaces defined in the schema file.
Examples
MyEntity interface above enables myEntities and myEntitiesConnection GraphQL API queries with inline fragments and the _type, __typename meta fields:

