Expose repository languages in GraphQL
Proposal
Currently, when viewing a project through the GitLab UI, it will show the languages that are detected. This appears to be driven by Repository#languages
.
It would be great if this could be exposed in the Repository GraphQL model, so that one can access the Repository for a Project and see the languages being used.