ReposPage
No description
type ReposPage {
cursor: PaginationCursor!
items: [Repo]
}
Fields
ReposPage.cursor ● PaginationCursor! non-null object
Pagination cursors
ReposPage.items ● [Repo] list object
A list of type repo.
Returned By
repos query