INPUT_OBJECT
PlaylistSort
link GraphQL Schema definition
- input PlaylistSort {
- # Sort by created date
- : SortDirection
- # Sort by last updated date
- : SortDirection
- : SortDirection
- }
INPUT_OBJECT
- input PlaylistSort {
- # Sort by created date
- : SortDirection
- # Sort by last updated date
- : SortDirection
- : SortDirection
- }