INPUT_OBJECT
ScenarioCreateParams
link GraphQL Schema definition
- input ScenarioCreateParams {
- # (`ScenarioDefinition`) The scenario definition for this scenario, for example
- # yearly budget.
- : ID!
- # The beginning date/time of the scenario, often the beginning of an accounting
- # period.
- : DateTime
- # The ending date/time of the scenario, often the end of an accounting period.
- : DateTime
- # Grouping around something to create a boundary or context, used for documenting,
- # accounting, planning.
- : [ID!]
- # An informal or formal textual identifier for a scenario. Does not imply
- # uniqueness.
- : String!
- # A textual description or comment.
- : String
- # (`Scenario`) This scenario refines another scenario, often as time moves closer
- # or for more detail.
- : ID
- }