Skip to content

Commit

Permalink
Update constriant violations query to Aerie 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermak committed Jan 27, 2024
1 parent d77b425 commit 1995d7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/aerie_cli/aerie_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1642,12 +1642,12 @@ def get_constraint_violations(self, plan_id):
get_violations_query = """
query ($plan_id: Int!) {
constraintResponses: constraintViolations(planId: $plan_id) {
constraintId
constraintName
type
success
results {
constraintId
constraintName
resourceIds
type
gaps {
end
start
Expand Down

0 comments on commit 1995d7e

Please sign in to comment.