OBJECT

SortField

link GraphQL Schema definition

  • type SortField implements ReportField {
  • # Identifier of the report box that the field belongs to.
  • boxId: ID!
  • # Identifier of the field being referenced.
  • fieldId: ID!
  • # Sort direction for this field, either ascending (Asc) or descending (Desc).
  • direction: SortOrder!
  • }