INPUT_OBJECT

PlanCreateParams

link GraphQL Schema definition

  • input PlanCreateParams {
  • # The time the plan was made.
  • created: DateTime
  • # The time the plan is expected to be complete.
  • due: DateTime
  • # An informal or formal textual identifier for a plan. Does not imply uniqueness.
  • name: String!
  • # A textual description or comment.
  • note: String
  • # (`Scenario`) This plan refines a scenario, making it operational.
  • refinementOf: ID
  • }