Skip to content

Commit

Permalink
Merge pull request #604 from gemini-hlsw/steward/update-odb-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
toddburnside authored Nov 6, 2024
2 parents e0733a4 + 5a36192 commit 950fd58
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2416,6 +2416,17 @@ type Mutation {

"""Create a configuration request."""
createConfigurationRequest(input: CreateConfigurationRequestInput!): ConfigurationRequest!

"""
Sets the workflow state for the specified observation. The transition must be valid
according to the current workflow. Returns the updated workflow.
"""
setObservationWorkflowState(input: SetObservationWorkflowStateInput!): ObservationWorkflow
}

input SetObservationWorkflowStateInput {
observationId: ObservationId!
state: ObservationWorkflowState!
}

"""Nonsidereal target parameters. Supply `keyType` and `des` or `key`"""
Expand Down

0 comments on commit 950fd58

Please sign in to comment.