We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SchemaExecutor
RootFactory
1 parent 26b13f1 commit 9dc0d9aCopy full SHA for 9dc0d9a
src/FSharp.Data.GraphQL.Server.AspNetCore/GraphQLOptions.fs
@@ -30,8 +30,8 @@ type IGraphQLOptions =
30
abstract member WebsocketOptions : GraphQLTransportWSOptions
31
32
type GraphQLOptions<'Root> = {
33
- SchemaExecutor : Executor<'Root>
34
- RootFactory : HttpContext -> 'Root
+ mutable SchemaExecutor : Executor<'Root>
+ mutable RootFactory : HttpContext -> 'Root
35
/// The minimum rented array size to read a message from WebSocket
36
ReadBufferSize : int
37
SerializerOptions : JsonSerializerOptions
0 commit comments