ExportFileSortingInput Input Type
No description
input ExportFileSortingInput {
direction: OrderDirection!
field: ExportFileSortField!
}
Fields
direction ● OrderDirection!
Specifies the direction in which to sort export file.
field ● ExportFileSortField!
Sort export file by the selected field.
Member Of
exportFiles query