OBJECT
SearchResultItemConnection
A list of results that matched against a search query.
link GraphQL Schema definition
- type SearchResultItemConnection {
- # The number of pieces of code that matched the search query.
- : Int!
- # A list of edges.
- : [SearchResultItemEdge]
- # The number of issues that matched the search query.
- : Int!
- # A list of nodes.
- : [SearchResultItem]
- # Information to aid in pagination.
- : PageInfo!
- # The number of repositories that matched the search query.
- : Int!
- # The number of users that matched the search query.
- : Int!
- # The number of wiki pages that matched the search query.
- : Int!
- }