INPUT_OBJECT
TableSortOrder
Sort by given fields. The sort orders defined first in the list will take priority. If there are no given sort orders or a tie on the final sorted field then the resulting set will be sorted by ID in ascending order.
link GraphQL Schema definition
- input TableSortOrder {
- # GraphQL field to sort on
- TableOrderField! :
- # Order direction to sort output
- OrderDirection! :
- }
link Require by
- DashboardA dashboard contained in a published workbook.
- LensLenses are curated, embeddable Ask Data experiences. *Introduced in Tableau Cloud June 2022 / Server 2022.3.* *Retired in Tableau Cloud February 2024 / Server 2024.2.*
- QueryQuery root for Metadata GraphQL interface
- SheetA sheet contained in a published workbook.