INPUT_OBJECT
CreateForecastInput
link GraphQL Schema definition
- input CreateForecastInput {
- String :
- # 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!]! : [
- }