Github API - Test Config

TextMatch [object]

A text match within a search result.

Attributes
fragment 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

The specific text fragment within the property matched on.

highlights TextMatchHighlight []

TextMatchHighlight [object]

Represents a single highlight in a search result match.

Attributes
beginIndice Int

The indice in the fragment where the matched text begins.

endIndice Int

The indice in the fragment where the matched text ends.

text String

The text matched.

API:
Github GraphQL API

Highlights within the matched fragment.

property 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

The property matched on.

API:
Github GraphQL API