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.
extensions
1 parent 8b4a9b0 commit 26b13f1Copy full SHA for 26b13f1
src/FSharp.Data.GraphQL.Shared/Errors.fs
@@ -100,7 +100,7 @@ type GQLProblemDetails = {
100
/// The round-tripping behavior for <see cref="Extensions"/> is determined by the implementation of the Input \ Output formatters.
101
/// In particular, complex types or collection types may not round-trip to the original type when using the built-in JSON or XML formatters.
102
/// </remarks>
103
- [<JsonExtensionData>]
+ [<JsonPropertyName("extensions")>]
104
Extensions : IReadOnlyDictionary<string, obj> Skippable
105
} with
106
0 commit comments