Skip to content

Commit 62aed42

Browse files
committed
Updated scalar CoerceOutput to objnull -> 'Primitive option
1 parent b096a3a commit 62aed42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FSharp.Data.GraphQL.Shared/TypeSystem.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@ and [<CustomEquality; NoComparison>] ScalarDefinition<'Primitive, 'Val> = {
10731073
CoerceInput : InputParameterValue -> Result<'Val, IGQLError list>
10741074
/// A function used to set a surrogate representation to be
10751075
/// returned as a query result.
1076-
CoerceOutput : obj -> 'Primitive option
1076+
CoerceOutput : objnull -> 'Primitive option
10771077
} with
10781078

10791079
interface TypeDef with

0 commit comments

Comments
 (0)