Michael Staib
Michael Staib
I have moved this to 13.4 to refine the Any type further.
this is now implemented.
@tobias-tengler why not use type extensions? ```csharp [ExtendObjectType] public class EdgeExtensions { public string Foo([Parent] IEdge edge) => "bay" } ```
@BohdanMaslowski what do you mean by that? The parent object that has the field? ```graphql { foo { #
There are kinds of Batching ... this means alias batching ... but removing aliases is removing a spec feature also this is not really a good solution ... better is...
Its not a standard type .... meant builtin.
Can you provide a minimal repro?
We have reworked the subscription system and implemented this driver now with a separate PR.
HotChocolate.Stitching is now in legacy mode and is replaced by HotChocolate.Fusion. I am closing this issue as we essentially froze the fusion code. You can join the preview of Hot...
Abandoning this as it poses issues with the new approach towards auth