Skip to content

Commit

Permalink
Catch all query
Browse files Browse the repository at this point in the history
  • Loading branch information
cquiroz committed Feb 5, 2025
1 parent c39d3cd commit cb6628e
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 cb6628e

Please sign in to comment.