Skip to content

Commit

Permalink
Merge pull request #1616 from gemini-hlsw/query-update
Browse files Browse the repository at this point in the history
Catch all query
  • Loading branch information
cquiroz authored Feb 5, 2025
2 parents c39d3cd + cb6628e commit 6c2f726
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ object ObsQueriesGQL {
// Revise this when the API supports it OR we start getting obersvations from the scheduler.
val document = s"""
query {
observations(WHERE: {program: {proposalStatus: {EQ: ACCEPTED}}}) {
observations() {
matches $ObservationSummarySubquery
}
}
Expand Down

0 comments on commit 6c2f726

Please sign in to comment.