Skip to content

Commit

Permalink
Fix bad requirements query
Browse files Browse the repository at this point in the history
  • Loading branch information
cquiroz committed Feb 1, 2025
1 parent ad5e5d3 commit 36dd624
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,12 @@ object ObservationSubquery extends GraphQLSubquery.Typed[ObservationDB, Observat
spectroscopy {
wavelength $WavelengthSubquery
resolution
signalToNoise
signalToNoiseAt $WavelengthSubquery
exposureTimeMode {
signalToNoise {
value
at $WavelengthSubquery
}
}
wavelengthCoverage $WavelengthDeltaSubquery
focalPlane
focalPlaneAngle $AngleSubquery
Expand Down

0 comments on commit 36dd624

Please sign in to comment.