OBJECT

LanguageConnection

A list of languages associated with the parent.

link GraphQL Schema definition

  • type LanguageConnection {
  • # A list of edges.
  • edges: [LanguageEdge]
  • # A list of nodes.
  • nodes: [Language]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # Identifies the total count of items in the connection.
  • totalCount: Int!
  • # The total size in bytes of files written in that language.
  • totalSize: Int!
  • }