CommitCursor
A cursor for enumerating commits
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 CommitCursor { results: [Commit!]! cursor: Cursor}Fields
Section titled “Fields”CommitCursor.results ● [Commit!]!non-nullobject {#results}
Section titled “CommitCursor.results ● [Commit!]! {#results}”Member Of
Section titled “Member Of”Repository object ● UpdatedRef object