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.
1 parent 434b4be commit 7cbb563Copy full SHA for 7cbb563
src/FSharp.Data.GraphQL.Server/Executor.fs
@@ -14,7 +14,7 @@ open FSharp.Data.GraphQL.Parser
14
open FSharp.Data.GraphQL.Planning
15
16
/// A function signature that represents a middleware for schema compile phase.
17
-/// I takes two arguments: A schema compile context, containing all the data used for the
+/// It takes two arguments: A schema compile context, containing all the data used for the
18
/// compilation phase, and another function that can be called to pass
19
/// the execution for the next middleware.
20
type SchemaCompileMiddleware =
0 commit comments