Query
Response
Queries
githubAvailableRepositories
Returns a GitHub repository candidate page.
QUERY
githubAvailableRepositories(after: String): GitHubRepositoryCandidatePage!Arguments
after
String
Cursor or identifier after which to return records. Omit it to leave this dimension unfiltered.
Returns
items
Items associated with this GitHub repository candidate page.
hasNextPage
Boolean!
Whether this GitHub repository candidate page has next page.
endCursor
String
The end cursor associated with this GitHub repository candidate page. May be null when unavailable or not applicable.
Query
Response