RepositoryCursor
A cursor for enumerating a list of repositories
If there are additional results available, the cursor object may be passed back into the same endpoint to retrieve another page. If the cursor is null, there are no remaining results to return.
type RepositoryCursor { results: [Repository!]! cursor: Cursor}Fields
Section titled “Fields”RepositoryCursor.results ● [Repository!]!non-nullobject {#results}
Section titled “RepositoryCursor.results ● [Repository!]! {#results}”RepositoryCursor.cursor ● Cursorscalar {#cursor}
Section titled “RepositoryCursor.cursor ● Cursor {#cursor}”Returned By
Section titled “Returned By”repositories query