Github API - Test Config

LanguageEdge [object]

Represents the language of a repository.

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

node Language

Language [object]

Represents a given language found in repositories.

Implements
Node
Attributes
color String

The color defined for the current language.

id ID

The Node ID of the Language object

name String

The name of the current language.

API:
Github GraphQL API

size 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 number of bytes of code written in the language.

API:
Github GraphQL API