GraphQL OBJECT

SessionsStatistics

How many sessions for the promoted product have been placed.

link Definition

  • type SessionsStatistics {
  • # How many sessions have been placed in the past month.
  • lastMonth: StatisticValue
  • # How many sessions have been placed in the past 14 days.
  • last14Days: StatisticValue
  • # How many sessions have been placed in the past 24 hours.
  • last24Hours: StatisticValue
  • # How many sessions have been placed in the past 3 months.
  • last3Months: StatisticValue
  • }