ENUM

CustomReportSortByField

Description

Fields used to sort custom reports.

link GraphQL Schema definition

  • enum CustomReportSortByField {
  • # Sort by creation time.
  • CREATED_AT
  • # Sort by report name.
  • NAME
  • # Sort by last update time.
  • UPDATED_AT
  • }

link Require by