conventions
conventions copied to clipboard
Use custom JsonSerializer for DocumentWriter with RequestHandler / GraphQLEngine
I want to pass JsonSerializerSettings to the DocumentWriter in the GraphQLEngine, Would that be possible? I saw the solution to override it using the AddSingleton at startup, but I need to pass it while instantiating the RequestHandler