OBJECT

PeriodOption

link GraphQL Schema definition

  • type PeriodOption {
  • # Set only if period set to Custom
  • periodCustomFrom: Date
  • # Set only if period set to Custom
  • periodCustomTo: Date
  • period: PeriodKind!
  • }