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
Hi, what is the point of calling serviceCollection.AddDapperGraphQL? Looking at the test project, it does not look like any of the added instances are ever retrieved via serviceProvider.GetRequiredService calls. I've also seen an example work without using AddDapperGraphQL.
Please explain and/or add an example to the readme file explaining why one would use AddDapperGraphGL.
Thanks
The text was updated successfully, but these errors were encountered:
It appears that AddDapperGraphQL is there to help you add your own DI types so that they can be DI'd correctly. It does this via the DapperGraphQLOptions class.
Hi, what is the point of calling serviceCollection.AddDapperGraphQL? Looking at the test project, it does not look like any of the added instances are ever retrieved via serviceProvider.GetRequiredService calls. I've also seen an example work without using AddDapperGraphQL.
Please explain and/or add an example to the readme file explaining why one would use AddDapperGraphGL.
Thanks
The text was updated successfully, but these errors were encountered: