OBJECT

DashboardTargetTab

link GraphQL Schema definition

  • type DashboardTargetTab {
  • # Identifier of a saved Target or Forecast supplying the goal; when null, the
  • # inline goal value is used instead.
  • targetDefinition: UUID
  • # Goal value the item measures progress against when no targetDefinition is
  • # referenced.
  • goal: Float!
  • }