Skip to content

Commit

Permalink
For testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
akgalwas committed Mar 25, 2024
1 parent 5aa10ff commit 326fd80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func csrfData() string {
func (qp queryProvider) getRuntimeQuery(runtimeID string) string {
return fmt.Sprintf(`query {
result: runtime(id: "%s") {
id name description labels status{ ... }
id name description labels status{ condition }
}}`, runtimeID)
}

Expand Down

0 comments on commit 326fd80

Please sign in to comment.