graphql-workshop
graphql-workshop copied to clipboard
Session 3: Unable to resolve service for type 'DAL.PRdbContext' while attempting to activate 'DAL.Repositories.UserRepository'
On my solution, As soon as I apply the logic to allow parallel query, I get the following exception:
Unable to resolve service for type 'DAL.PRdbContext' while attempting to activate 'DAL.Repositories.UserRepository'
For more details on my project architecture, please visit the post I created on Stackoverflow.