Skip to content

Commit

Permalink
fix: propagate new yaml properties in schema.json (#1322)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aenimus authored Oct 29, 2024
1 parent 51bcbc5 commit 290cf9f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions router/pkg/config/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1937,6 +1937,28 @@
"default": false
}
}
},
"replace_undefined_op_field_errors": {
"type": "object",
"description": "Produces the same error (message, extension code, status code) as Apollo when an invalid operation field is included in an operation selection set.",
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean",
"default": false
}
}
},
"replace_invalid_var_errors": {
"type": "object",
"description": "Produces the same error (message, extension code, status code) as Apollo when an invalid variable is supplied.",
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean",
"default": false
}
}
}
}
},
Expand Down

0 comments on commit 290cf9f

Please sign in to comment.