Skip to content

Commit

Permalink
Merge pull request #1934 from Netflix/ignore-unknown-properties
Browse files Browse the repository at this point in the history
Ignore unknown Json properties.
  • Loading branch information
srinivasankavitha authored Jun 10, 2024
2 parents df5df01 + a32819c commit 6bea035
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ data class GraphQLErrorExtensions(
@JsonProperty val classification: Any = ""
)

@JsonIgnoreProperties(ignoreUnknown = true)
data class GraphQLErrorDebugInfo(
@JsonProperty val subquery: String = "",
@JsonProperty val variables: Map<String, Any> = emptyMap(),
Expand Down

0 comments on commit 6bea035

Please sign in to comment.