comigor/artemis

Interface implementing other interfaces is not supported

tlvenn opened this issue · 2 comments

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

@tlvenn it is not an artemis issue
subscribe to updates on this issue gql-dart/gql#269

Ha thanks for the info @vasilich6107 !