Skip to content

Commit 6bea035

Browse files
Merge pull request #1934 from Netflix/ignore-unknown-properties
Ignore unknown Json properties.
2 parents df5df01 + a32819c commit 6bea035

File tree

1 file changed

+1
-0
lines changed
  • graphql-dgs-client/src/main/kotlin/com/netflix/graphql/dgs/client

1 file changed

+1
-0
lines changed

graphql-dgs-client/src/main/kotlin/com/netflix/graphql/dgs/client/GraphQLError.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ data class GraphQLErrorExtensions(
4444
@JsonProperty val classification: Any = ""
4545
)
4646

47+
@JsonIgnoreProperties(ignoreUnknown = true)
4748
data class GraphQLErrorDebugInfo(
4849
@JsonProperty val subquery: String = "",
4950
@JsonProperty val variables: Map<String, Any> = emptyMap(),

0 commit comments

Comments
 (0)