OBJECT

ReportHistoryDynamicDate

link GraphQL Schema definition

  • type ReportHistoryDynamicDate {
  • # Operation applied to the reference date: add or subtract an amount, set a
  • # specific value, or snap to the start or end of the unit.
  • operation: ReportHistoryDynamicDateOperation!
  • # Amount the operation uses; required for Subtract and Set, and omitted for
  • # StartOf and EndOf.
  • value: Int
  • # Calendar unit the operation works on, such as Day, Week, Month, Quarter or Year.
  • unit: ReportHistoryDynamicDateUnit!
  • }