INPUT_OBJECT

CreateForecastInput

link GraphQL Schema definition

  • input CreateForecastInput {
  • clientMutationId: String
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Multi-line text input field.
  • description: String
  • # Name of the entity and its default text representation.
  • name: String!
  • # Relation to single entity instance.
  • ownerId: ID!
  • # Field containing json.
  • settings: JSONString!
  • # Field whose values are strictly defined with an enumeration of values.
  • shareMode: ShareModeEnum
  • # Bit Flag field, with limited combination of integer values.
  • #
  • # Options:
  • # ShareToUnitManagers = 1 (0b01)
  • # ShareToIncludedUsers = 2 (0b10)
  • shareModeParams: Int
  • # Revision when entity was lastly changed.
  • revision: Int
  • sharedClients: [UUID!]!
  • sharedUnits: [UUID!]!
  • }

link Require by