INPUT_OBJECT

ScenarioDefinitionUpdateParams

link GraphQL Schema definition

  • input ScenarioDefinitionUpdateParams {
  • # The duration of the scenario, often an accounting period.
  • hasDuration: IDuration
  • id: ID!
  • # An informal or formal textual identifier for a scenario definition. Does not
  • # imply uniqueness.
  • name: String!
  • # A textual description or comment.
  • note: String
  • }