BundlesQueryInput
No description
input BundlesQueryInput {
bundleListingType: BundleListingType
page: Int
bundlesPerPage: Int
sortColumn: String
sortOrder: SortOrder
searchText: String
}
Fields
BundlesQueryInput.bundleListingType ● BundleListingType enum bundles
Type of bundle listing to retrieve
BundlesQueryInput.page ● Int scalar miscellaneous
Page number for pagination (zero-based)
BundlesQueryInput.bundlesPerPage ● Int scalar miscellaneous
Number of bundles to return per page
BundlesQueryInput.sortColumn ● String scalar miscellaneous
Column name to sort by
BundlesQueryInput.sortOrder ● SortOrder enum catalog-service
Sort order (ASC or DESC)
BundlesQueryInput.searchText ● String scalar miscellaneous
Text to search for in bundle names or descriptions
Member Of
pagedBundles query
Was this topic helpful?