Skip to content

Commit

Permalink
Update ODB Schema
Browse files Browse the repository at this point in the history
  • Loading branch information
lucuma-steward[bot] committed Jan 15, 2025
1 parent eea8d1a commit b420311
Showing 1 changed file with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6134,6 +6134,14 @@ type Group {
cannot be calculated.
"""
timeEstimateRange: CategorizedTimeRange

"""
Prepared time by band ignoring `minimumRequired`, for observations that can be
calculated. In order for an observation to have an estimate, it must be
fully defined such that a sequence can be generated for it. All defined
observations in every band present in the group are included.
"""
timeEstimateBanded: [BandedTime!]!
existence: Existence!
system: Boolean!
}
Expand Down Expand Up @@ -7030,6 +7038,14 @@ type Program {
"""
timeEstimateRange: CategorizedTimeRange

"""
Prepared time by band ignoring `minimumRequired` in groups, for observations
that can be calculated. In order for an observation to have an estimate, it
must be fully defined such that a sequence can be generated for it. All
defined observations in every band present in the program are included.
"""
timeEstimateBanded: [BandedTime!]!

"""
Program-wide time charge, summing all corrected observation time charges.
"""
Expand Down Expand Up @@ -7399,6 +7415,13 @@ type Query {
includeDeleted: Boolean! = false
): ObservationSelectResult!

"""
Selects observations via a normal predicate *and* an additional filter for allowed
workflow states. This query is intended for operations and is available only for
service users.
"""
observationsByWorkflowState(WHERE: WhereObservation, states: [ObservationWorkflowState!]): [Observation!]!

"""
Selects the first `LIMIT` matching configuration requests based on the provided `WHERE` parameter, if any.
"""
Expand Down

0 comments on commit b420311

Please sign in to comment.