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.
<see href=
1 parent 755d913 commit 1c5cafbCopy full SHA for 1c5cafb
1 file changed
src/FSharp.Data.GraphQL.Server/Execution.fs
@@ -269,7 +269,7 @@ type StreamOutput =
269
let private raiseErrors errs = AsyncVal.wrap <| Error errs
270
271
/// Given an error e, call ParseError in the given context's Schema to convert it into
272
-/// a list of one or more <see herf="IGQLErrors">IGQLErrors</see>, then convert those
+/// a list of one or more <see href="IGQLErrors">IGQLErrors</see>, then convert those
273
/// to a list of <see href="GQLProblemDetails">GQLProblemDetails</see>.
274
let private resolverError path ctx e = ctx.Schema.ParseError path e |> List.map (GQLProblemDetails.OfFieldExecutionError (path |> List.rev))
275
// Helper functions for generating more specific <see href="GQLProblemDetails">GQLProblemDetails</see>.
0 commit comments