Skip to main content
Version: 3.x

ExportFileSortingInput

No description

input ExportFileSortingInput {
direction: OrderDirection!
field: ExportFileSortField!
}

Fields

ExportFileSortingInput.direction ● OrderDirection! non-null enum

Specifies the direction in which to sort export file.

ExportFileSortingInput.field ● ExportFileSortField! non-null enum

Sort export file by the selected field.

Member of

exportFiles query


Was this page helpful?