PascalSenn
PascalSenn
@tsinghammer so the reason i has this on hold for a little was that i didnt like that the IQueryable specific extension just sits on the `IFilterConventionDescriptor` that is also...
@tsinghammer So it seems like we have a bit of a problem here :) EF Core hast trouble converting string contains with invariant compare into a SQL query. There are...
@tsinghammer so that would mean, the code we have now would only work on in memory data. We do not have db specific drivers yet. I have a couple of...
@KreativJos Optional does not mean nullable. See more for context (https://github.com/ChilliCream/hotchocolate/issues/1808)
I think this is more or less equivalent to use `SetProperty` on the request builder
@cts-tradeit we found a easier solution ;) just click on the link provided by @CLAassistant
So the oauth2 provider currently only works reliably in the desktop app. The reason for this is that we use a popup window for the authentication. So as soon as...
@jamiewinder this is still on the backlog. We want to rework authroization but at the moment are working on other things
Our main goal is to protect objects/entties rather than resolvers. You can btw already implement your custom IAuthroizationHandler.
@michaelstaib couldnt resolver scoped servcices help here?