An interface can implement other interfaces, and while that connection is correctly reflected for actual types (cf. IntrospectionSpecificationTest.kt#L245) it is missing on the interface itself, i.e. schema.findTypeByName("InterInter")?.interfaces is empty.
An interface can implement other interfaces, and while that connection is correctly reflected for actual types (cf. IntrospectionSpecificationTest.kt#L245) it is missing on the interface itself, i.e.
schema.findTypeByName("InterInter")?.interfaces
is empty.