INPUT_OBJECT
PlanUpdateParams
link GraphQL Schema definition
- input PlanUpdateParams {
- # The time the plan was made.
- : DateTime
- # The time the plan is expected to be complete.
- : DateTime
- : ID!
- # An informal or formal textual identifier for a plan. Does not imply uniqueness.
- : String
- # A textual description or comment.
- : String
- # (`Scenario`) This plan refines a scenario, making it operational.
- : ID
- }