INPUT_OBJECT
PlanCreateParams
link GraphQL Schema definition
- input PlanCreateParams {
- # The time the plan was made.
- DateTime :
- # The time the plan is expected to be complete.
- DateTime :
- # 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 :
- }