Github API - Test Config

SearchResultItemEdge [object]

An edge in a connection.

Attributes
cursor String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

A cursor for use in pagination.

node SearchResultItem

SearchResultItem [union]

The results of a search.

Union
AppDiscussionIssueMarketplaceListingOrganizationPullRequestRepositoryUser
API:
Github GraphQL API

The item at the end of the edge.

textMatches TextMatch []

TextMatch [object]

A text match within a search result.

Attributes
fragment String

The specific text fragment within the property matched on.

highlights TextMatchHighlight []

Highlights within the matched fragment.

property String

The property matched on.

API:
Github GraphQL API

Text matches on the result found.

API:
Github GraphQL API