conventions icon indicating copy to clipboard operation
conventions copied to clipboard

Use custom JsonSerializer for DocumentWriter with RequestHandler / GraphQLEngine

Open SerenityTn opened this issue 4 years ago • 0 comments

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

SerenityTn avatar Sep 20 '21 23:09 SerenityTn