Interfaces inheriting interfaces github.com/graphql/graphql-spec/pull/373
GitHub
RFC: Allow interfaces to implement other interfaces by mike-marcacci · Pull Request #373 · graphql/graphql-specThis fixes #295 by describing the way in which an interface may implement another interface. The rules are essentially identical to the rules governing implementation of an interface by an object. ...