Retrieve the same field in multiple locales

We have modified the Graph API to allow users to request the same field on an entry in multiple locales.

For instance, with this change you can fetch a slug or text preview in multiple languages. Previously you could only select a single locale for an entry, meaning fetching data for the same entry in multiple languages required doing multiple aliased queries or multiple requests.

The Developer docs have been updated to reflect this change.