Skip to content

Commit

Permalink
Merge pull request #639 from gemini-hlsw/steward/update-odb-schema
Browse files Browse the repository at this point in the history
Update ODB Schema
  • Loading branch information
jluhrs authored Jan 9, 2025
2 parents 6199115 + 76cbe75 commit eea8d1a
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1489,6 +1489,12 @@ type GmosNorthDynamic {

"""GMOS North FPU"""
fpu: GmosNorthFpu

"""
Central wavelength, which is taken from the grating (if defined) or else
from the filter (if defined).
"""
centralWavelength: Wavelength
}

"""GMOS North instrument configuration input"""
Expand Down Expand Up @@ -1764,6 +1770,12 @@ type GmosSouthDynamic {

"""GMOS South FPU"""
fpu: GmosSouthFpu

"""
Central wavelength, which is taken from the grating (if defined) or else
from the filter (if defined).
"""
centralWavelength: Wavelength
}

"""GMOS South instrument configuration input"""
Expand Down Expand Up @@ -3748,6 +3760,18 @@ type Subscription {
"""
groupEdit(input: GroupEditInput): GroupEdit!
configurationRequestEdit(input: ConfigurationRequestEditInput): ConfigurationRequestEdit!
executionEventAdded(input: ExecutionEventAddedInput): ExecutionEventAdded!
}

input ExecutionEventAddedInput {
programId: ProgramId
observationId: ObservationId
visitId: VisitId
eventType: WhereEqExecutionEventType
}

type ExecutionEventAdded {
value: ExecutionEvent!
}

input TargetEditInput {
Expand Down

0 comments on commit eea8d1a

Please sign in to comment.