0
I am writing a graphql api using .net core+hot chocolate.
I have to define all service names while creating graphql server.
I have more than 20 service classes. Is there a generic way of specifying these services, I dont want to write 20 + lines of code to specify each service name.