LinksPage
No description
type LinksPage {
cursor: PaginationCursor!
items: [LinkLeaf]
}
Fields
LinksPage.cursor ● PaginationCursor! non-null object {#cursor}
Pagination cursors
LinksPage.items ● [LinkLeaf] list object {#items}
A list of type link_leaf.
Member Of
Blueprint object