You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Registered in the DI container, this would allow for middleware like the SingleOrDefaultMiddleware to execute SingleOrDefaultAsync on the appropriate IExecutable<T> implementation (f.e. EfQueryableExecutable<T>).
The text was updated successfully, but these errors were encountered:
Product
Hot Chocolate
Is your feature request related to a problem?
An example of the problem can be found in #6833 (comment).
The solution you'd like
From Michael, something like:
Registered in the DI container, this would allow for middleware like the
SingleOrDefaultMiddleware
to executeSingleOrDefaultAsync
on the appropriateIExecutable<T>
implementation (f.e.EfQueryableExecutable<T>
).The text was updated successfully, but these errors were encountered: