ProjectsPage
No description
type ProjectsPage {
cursor: PaginationCursor!
items: [ProjectLeaf]
}
Fields
ProjectsPage.cursor ● PaginationCursor! non-null object
Pagination cursors
ProjectsPage.items ● [ProjectLeaf] list object
A list of type project_leaf.
Returned By
projects query