OBJECT

Language

Represents a given language found in repositories.

link GraphQL Schema definition

  • type Language implements Node {
  • # The color defined for the current language.
  • color: String
  • id: ID!
  • # The name of the current language.
  • name: String!
  • }