JuergenGutsch / blog

Personal blog about web development based on .NET and .NET Core
https://asp.net-hacker.rocks/
Other
31 stars 17 forks source link

Another GraphQL library for ASP.​NET Core #96

Open JuergenGutsch opened 5 years ago

JuergenGutsch commented 5 years ago

Written on 02.02.2018 09:58:38

URL: http://asp.net-hacker.rocks/2018/02/02/graphql-dotnet-server.html

JuergenGutsch commented 5 years ago

Comment written by Fahmi Akbar Wildana on 17.02.2018 19:07:30

Thank you for the article, that's really help me a lot in my project. I found some awkward thing in https://github.com/graphql-... that I need to write bunch of `service.AddSingleton<mybunchofclass>()` and tinkering how to avoid that. Accidentally I build library https://github.com/DrSensor... to do batch/multiple Dependency Injection. Hope this will help.