INPUT_OBJECT

PlanUpdateParams

link GraphQL Schema definition

  • input PlanUpdateParams {
  • # The time the plan was made.
  • created: DateTime
  • # The time the plan is expected to be complete.
  • due: DateTime
  • id: ID!
  • # 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
  • }