BundleSortInput
No description
input BundleSortInput {
field: BundleSortField!
order: SortOrder
}
Fields
BundleSortInput.field
● BundleSortField!
non-null enum
Field to sort by
BundleSortInput.order
● SortOrder
enum
Order option to sort by. [Default to
ASC
]
Member Of
BundleSearchInput
input