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