OBJECT
LanguageConnection
A list of languages associated with the parent.
link GraphQL Schema definition
- type LanguageConnection {
- # A list of edges.
- LanguageEdge] : [
- # A list of nodes.
- Language] : [
- # Information to aid in pagination.
- PageInfo! :
- # Identifies the total count of items in the connection.
- Int! :
- # The total size in bytes of files written in that language.
- Int! :
- }