INPUT_OBJECT

CreateForecastInput

link GraphQL Schema definition

  • input CreateForecastInput {
  • clientMutationId: String
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Free-text description shown alongside the forecast.
  • description: String
  • # Name of the entity and its default text representation.
  • name: String!
  • # Id of the owning user.
  • ownerId: ID!
  • # Forecast configuration including period, breakdown levels, items and quotas.
  • # Stored as a JSON document.
  • settings: JSONString!
  • # Field whose values are strictly defined with an enumeration of values.
  • shareMode: ShareModeEnum
  • # Bit flags fine-tuning sharing behavior (e.g. allow editing for shared users).
  • shareModeParams: Int
  • # Revision when entity was lastly changed.
  • revision: Int
  • sharedClients: [UUID!]!
  • sharedUnits: [UUID!]!
  • }

link Require by