ProjectsPage
No description
type ProjectsPage {
cursor: PaginationCursor!
items: [Project]
}
Fields
ProjectsPage.cursor ● PaginationCursor! non-null object {#cursor}
Pagination cursors for navigating between pages.
ProjectsPage.items ● [Project] list object {#items}
A list of type project.
Returned By
projects query