graphql-dotnet
graphql-dotnet copied to clipboard
Allow interfaces to implement other interfaces
New feature from graphql spec: graphql/graphql-spec#373
Any info on this being implemented? Its not great that this framework is lagging this far behind the specification.
Not yet. Maybe in v5.
Parser v8 (dev) supports that feature. @Shane32 it may be a challenge to support it here.