Michael Staib

Results 571 comments of Michael Staib

``` [UseProjection] public Book GetBook() => _book; ``` this would never work since projection needs an `IQueryable`

@PascalSenn is there a way that we throw at schema build time if you put `UseProjection` on something that is not projectable? Can we figure that out?

We have discussed the service capabilities proposal last week in the Composite Schema Working Group, and I wanted to share our perspective on this. We'd strongly advocate for having service...

@francisphn can you provide a test for this that would fail if this fix is not done?

field middleware is costly performance wise only use when there is async code on that same field. Never use it to just convert a thing...

Can you build some unit tests than I can point you to how to implement this.