Github API - Test Config

LanguageConnection [object]

A list of languages associated with the parent.

Attributes
edges LanguageEdge []

LanguageEdge [object]

Represents the language of a repository.

Attributes
cursor String

node Language

size Int

The number of bytes of code written in the language.

API:
Github GraphQL API

A list of edges.

nodes 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

A list of nodes.

pageInfo PageInfo

PageInfo [object]

Information about pagination in a connection.

Attributes
endCursor String

When paginating forwards, the cursor to continue.

hasNextPage Boolean

When paginating forwards, are there more items?

hasPreviousPage Boolean

When paginating backwards, are there more items?

startCursor String

When paginating backwards, the cursor to continue.

API:
Github GraphQL API

Information to aid in pagination.

totalCount 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

Identifies the total count of items in the connection.

totalSize 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 total size in bytes of files written in that language.

API:
Github GraphQL API