PaginatedBundle
No description
type PaginatedBundle {
bundles: [Bundle!]
totalBundlesCount: Long
}
Fields
PaginatedBundle.bundles ● [Bundle!] list object bundles {#bundles}
List of bundles in the current page
PaginatedBundle.totalBundlesCount ● Long scalar platform {#total-bundles-count}
Total number of bundles across all pages
Returned By
pagedBundles query
Was this topic helpful?