Object GitHub::SearchResultItemConnection

A list of results that matched against a search query.

Fields

codeCount: Int!

The number of pieces of code that matched the search query.

edges: [SearchResultItemEdge]

A list of edges.

issueCount: Int!

The number of issues that matched the search query.

nodes: [SearchResultItem]

A list of nodes.

pageInfo: PageInfo!

Information to aid in pagination.

repositoryCount: Int!

The number of repositories that matched the search query.

userCount: Int!

The number of users that matched the search query.

wikiCount: Int!

The number of wiki pages that matched the search query.

Uses

Query.search