INPUT_OBJECT
CreateOrUpdateForecastInput
link GraphQL Schema definition
- input CreateOrUpdateForecastInput {
- : String
- # Unique identifier of entity.
- : ID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Multi-line text input field.
- : String
- # Name of the entity and its default text representation.
- : String
- # Relation to single entity instance.
- : ID
- # Field containing json.
- : JSONString
- # Field whose values are strictly defined with an enumeration of values.
- : ShareModeEnum
- # Bit Flag field, with limited combination of integer values.
- #
- # Options:
- # ShareToUnitManagers = 1 (0b01)
- # ShareToIncludedUsers = 2 (0b10)
- : Int
- # Revision when entity was lastly changed.
- : Int
- : [UUID!]
- : [UUID!]
- }