Github API - Test Config

TextMatchHighlight [object]

Represents a single highlight in a search result match.

Attributes
beginIndice Int

Int [scalar]

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

API:
Github GraphQL API

The indice in the fragment where the matched text begins.

endIndice Int

Int [scalar]

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

API:
Github GraphQL API

The indice in the fragment where the matched text ends.

text 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 text matched.

API:
Github GraphQL API