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