Skip to content

Commit 26b13f1

Browse files
committed
Moved GraphQL error extensions to extensions field as the standard requires
1 parent 8b4a9b0 commit 26b13f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ type GQLProblemDetails = {
100100
/// The round-tripping behavior for <see cref="Extensions"/> is determined by the implementation of the Input \ Output formatters.
101101
/// In particular, complex types or collection types may not round-trip to the original type when using the built-in JSON or XML formatters.
102102
/// </remarks>
103-
[<JsonExtensionData>]
103+
[<JsonPropertyName("extensions")>]
104104
Extensions : IReadOnlyDictionary<string, obj> Skippable
105105
} with
106106

0 commit comments

Comments
 (0)