type Query implements NamedEntity { name: String } interface NamedEntity implements NamedEntity { name: String }