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