INPUT_OBJECT
CreateOrUpdateForecastInput
link GraphQL Schema definition
- input CreateOrUpdateForecastInput {
- : String
- # Unique identifier of entity.
- : ID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Free-text description shown alongside the forecast.
- : String
- # Name of the entity and its default text representation.
- : String
- # Id of the owning user.
- : ID
- # Forecast configuration including period, breakdown levels, items and quotas.
- # Stored as a JSON document.
- : JSONString
- # Field whose values are strictly defined with an enumeration of values.
- : ShareModeEnum
- # Bit flags fine-tuning sharing behavior (e.g. allow editing for shared users).
- : Int
- # Revision when entity was lastly changed.
- : Int
- : [UUID!]
- : [UUID!]
- }