Waiting for engine...
Skip to main content

BundlesQueryInput

No description

input BundlesQueryInput {
bundleListingType: BundleListingType
page: Int
bundlesPerPage: Int
sortColumn: String
sortOrder: SortOrder
searchText: String
}

Fields​

BundlesQueryInput.bundleListingType ● BundleListingType enum bundles {#bundle-listing-type}

Type of bundle listing to retrieve

BundlesQueryInput.page ● Int scalar miscellaneous {#page}

Page number for pagination (zero-based)

BundlesQueryInput.bundlesPerPage ● Int scalar miscellaneous {#bundles-per-page}

Number of bundles to return per page

BundlesQueryInput.sortColumn ● String scalar miscellaneous {#sort-column}

Column name to sort by

BundlesQueryInput.sortOrder ● SortOrder enum platform {#sort-order}

Sort order (ASC or DESC)

BundlesQueryInput.searchText ● String scalar miscellaneous {#search-text}

Text to search for in bundle names or descriptions

Member Of​

pagedBundles query

On this Page