File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/FSharp.Data.GraphQL.Server Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ type StreamOutput =
269269let private raiseErrors errs = AsyncVal.wrap <| Error errs
270270
271271/// 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
272+ /// a list of one or more <see href ="IGQLErrors">IGQLErrors</see>, then convert those
273273/// to a list of <see href="GQLProblemDetails">GQLProblemDetails</see>.
274274let private resolverError path ctx e = ctx.Schema.ParseError path e |> List.map ( GQLProblemDetails.OfFieldExecutionError ( path |> List.rev))
275275// Helper functions for generating more specific <see href="GQLProblemDetails">GQLProblemDetails</see>.
You can’t perform that action at this time.
0 commit comments