We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac6eae9 commit 5db0bfaCopy full SHA for 5db0bfa
src/FSharp.Data.GraphQL.Server.AspNetCore/README.md
@@ -44,11 +44,7 @@ type Startup private () =
44
.UseGiraffeErrorHandler(errorHandler)
45
.UseWebSockets()
46
.UseWebSocketsForGraphQL<Root>() // STEP 2: using the GraphQL websocket middleware
47
- .UseGiraffe
48
- (HttpHandlers.handleGraphQL<Root>
49
- applicationLifetime.ApplicationStopping
50
- (loggerFactory.CreateLogger("FSharp.Data.GraphQL.Server.AspNetCore.HttpHandlers.handleGraphQL"))
51
- )
+ .UseGiraffe (HttpHandlers.handleGraphQL<Root>)
52
53
member val Configuration : IConfiguration = null with get, set
54
0 commit comments