stuebingerb / KGraphQL

Pure Kotlin GraphQL implementation
MIT License
4 stars 1 forks source link

Interfaces of interfaces are not reflected in schema #84

Closed stuebingerb closed 1 week ago

stuebingerb commented 2 weeks ago

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.