As requested on Slack, we just introduced a new way to fetch content on our GraphQL Content Delivery API.
If you want to get the value of a field in every language, you can now use the _all<FieldName>Locales
field:
query {allBlogPosts {_allTitleLocales {localevalue}}}