Object GitHub::Language

Represents a given language found in repositories.

Fields

color: String

The color defined for the current language.

id: ID!

name: String!

The name of the current language.

Uses

GistFile.language

LanguageConnection.nodes

LanguageEdge.node

Repository.primaryLanguage

Node