Michael Staib
Michael Staib
I will get this one in next week .... we have one massive PR that we need to merge first.
The extension should only be used if there is already a type ... why do you want to use the extension in this case?
Why do you not use the `Resolve` lambda?
OR do you mean minimal API like?
For static you could just use resolve btw
How would think about this? ```csharp public sealed class ArticleRelatedContentType : ObjectType { protected override void Configure(IObjectTypeDescriptor descriptor) { descriptor.BindFieldsExplicitly(); descriptor .Field("players") .Resolve( [UsePaging] [UseProjection] [UseFiltering] [UseSorting] ([Service] PlayerService playerService,...
CC @PascalSenn
Can you specify some code ... like how you would want to write it?
its probably what I suggested ... the above, which also the minimal API uses compiles delegates... I will have a look at it ... It only works since .NET 6....
Why dont you just opt into our default convention?