Pjotrtje
Pjotrtje
@tobias-tengler was the landing including IQueryable support?
@tobias-tengler Ok, too bad. What I meant was that in original post Michael writes: ```csharp [DataLoader(DataLoaderKind.Group)] public static IQueryable AssetById( IReadOnlyList ids, [DbContext(DbContextKind.Pooled)] AssetContext context, [Service(ServiceKind.Scoped)] Foo s) => context.Assets.Where(t...
FYI, when not using the "ErrorAttributes flow" but when using the "MutationResult flow" it is also broken. Thus someting like (rewrote above code in other flow): ```csharp [ExtendObjectType(OperationTypeNames.Mutation)] public class...
@michaelstaib, @hahn-kev , did we expect the linked PR to also solve the issue for MutationResults + Projections? Thus something like: ```csharp [ExtendObjectType(OperationTypeNames.Mutation)] public class TenantCreateMutation { [UseFirstOrDefault] [UseProjection] public...
Ah, but we do not want to use the "Error attribute" flow but want to use the "HotChocolate.MutationResult" flow. I will create a new issue. Thanks for the response!
@nicomoya123 nope. So feel free to open issue. And I will give it a heart :)