comigor / artemis

Build dart types from GraphQL schemas and queries
MIT License
496 stars 119 forks source link

Interface implementing other interfaces is not supported #383

Closed tlvenn closed 2 years ago

tlvenn commented 2 years ago

Bug description

It seems that Artemis is not currently supporting schema with interface implementing other interfaces. It currently errors out with

Unknown definition type 'implements'
interface NonDependantUser implements Node & Person & User {

Specs

Artemis version: 7.6.2-beta

vasilich6107 commented 2 years ago

@tlvenn it is not an artemis issue subscribe to updates on this issue https://github.com/gql-dart/gql/issues/269

tlvenn commented 2 years ago

Ha thanks for the info @vasilich6107 !