LinksPage
No description
type LinksPage {
cursor: PaginationCursor!
items: [Link]
}
Fields
LinksPage.cursor ● PaginationCursor! non-null object {#cursor}
Pagination cursors for navigating between pages.
LinksPage.items ● [Link] list object {#items}
A list of type link.
Member Of
Blueprint object