INTERFACE

TargetTabInterface

link GraphQL Schema definition

  • interface TargetTabInterface {
  • # Identifier of the field whose values are summed and compared against the target
  • # goal.
  • targetValueFieldId: ID!
  • # Period the target is measured over.
  • targetPeriodCurrent: PeriodOption!
  • }