engine
engine copied to clipboard
Single table inheritance
similar to STI from popular ORMs like doctrine. In schema definition and on graphql level you have multiple types/entities, which are represented by a single database table.
as a first step, we might consider schema-only syntax sugar
TODO: RFC