ReleasesPage
No description
type ReleasesPage {
cursor: PaginationCursor!
items: [Release]
}
Fields
ReleasesPage.cursor ● PaginationCursor! non-null object
Pagination cursors
ReleasesPage.items ● [Release] list object
A list of type release.
Member Of
Repo object