BundlesPage
No description
type BundlesPage {
cursor: PaginationCursor!
items: [Bundle]
}
Fields
BundlesPage.cursor ● PaginationCursor! non-null object {#cursor}
Pagination cursors
BundlesPage.items ● [Bundle] list object {#items}
A list of type bundle.
Returned By
bundles query