OBJECT
The type definition of one or more scenarios, such as Yearly Budget.
type ScenarioDefinition {# The duration of the scenario, often an accounting period.hasDuration: Duration 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 }