INPUT_OBJECT

CollectionItemSortArgInput

link GraphQL Schema definition

1input CollectionItemSortArgInput {
4
2# The ID of the field to sort by.
3field: ID!
7
5# The direction of the sort, either ascending or descending.
6direction: SortOrder!
8}