PackagesPage
No description
type PackagesPage {
cursor: PaginationCursor!
items: [PackageLeaf]
}
Fields
PackagesPage.cursor ● PaginationCursor! non-null object {#cursor}
Pagination cursors
PackagesPage.items ● [PackageLeaf] list object {#items}
A list of type package_leaf.
Returned By
packages query