GitHubSearchResultItemConnection

A list of results that matched against a search query.

EXAMPLE USAGES
FindUserContributionToOrgCount

Finds out how many PRs have been merged across an org for a given user - use this to reward your community members, like Gatsby!

FIELDS
codeCount (Int!)

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

discussionCount (Int!)

The number of discussions that matched the search query.

edges ([GitHubSearchResultItemEdge])

A list of edges.

issueCount (Int!)

The number of issues that matched the search query.

nodes ([GitHubSearchResultItem])

A list of nodes.

pageInfo (GitHubPageInfo!)

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.

REQUIRED BY
GitHubQuery

The query root of GitHub's GraphQL interface.

____________________________________________________________________________________________________