ViewerMyListSortBy
How to sort my list show results.
The number of fields and order provided must be equal.
Each field uses the order in the corresponding position.
E.g. a fields value of [createdAt, title] and order value of [asc, desc] indicates a sort
of MyList.expiresAt ASC, MyList.show.title DESC.
input ViewerMyListSortBy {
fields: [ViewerMyListResultsSortByField]
order: [Order]
}
Fields
ViewerMyListSortBy.fields ● [ViewerMyListResultsSortByField] list enum references
Fields to sort by. Corresponds to same-positioned item in order field.
ViewerMyListSortBy.order ● [Order] list enum references
Order for sort by fields. Corresponds to same-positioned item in fields field.
Member Of
ViewerMyListFilters input