Skip to content

Commit

Permalink
Merge pull request #1355 from NASA-AMMOS/refactor/update-plan-metadata
Browse files Browse the repository at this point in the history
Update Plan Metadata
  • Loading branch information
Mythicaeda authored Mar 6, 2024
2 parents 8b9c794 + 8977a4f commit 7674100
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ array_relationships:
name: plan
schema: public
remote_relationships:
- name: scheduling_specifications
- name: scheduling_specification
definition:
to_source:
relationship_type: array
relationship_type: object
source: AerieScheduler
table:
schema: public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ query GetPlan($id: Int!) {
}
name
revision
scheduling_specifications {
scheduling_specification {
id
}
simulations {
Expand Down

0 comments on commit 7674100

Please sign in to comment.