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