Skip to content

Commit

Permalink
Fix API mapping issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
swalker2m committed Nov 8, 2024
1 parent 27f65f9 commit 4a19a26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9830,11 +9830,6 @@ type ObservingMode {
}

type ObservingModeGroup {
"""
IDs of observations that use the same constraints
"""
observationIds: [ObservationId!]!

"""
Observations associated with the common value
"""
Expand All @@ -9859,6 +9854,11 @@ type ObservingModeGroup {
Commonly held value across the observations
"""
observingMode: ObservingMode

"""
Link back to program.
"""
program: Program!
}

"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ package mapping
import cats.syntax.option.*
import cats.syntax.parallel.*
import grackle.Predicate
import grackle.Predicate.and
import grackle.Predicate.True
import grackle.Predicate.and
import grackle.Query.*
import grackle.QueryCompiler.Elab
import grackle.TypeRef
Expand Down

0 comments on commit 4a19a26

Please sign in to comment.