Hello,
We have been using Prismic with Gatsby for a couple of months, our queries fetch all documents in every languages to create pages dynamically. However, a couple of days ago, the GraphQL api stopped returning the documents other than in our main language (French). This documentation Query Data with GraphQL - Prismic clearly states that, with no lang parameter passed, every languages will be returned. However we're clearly seeing only one language being generated in our website. I checked the API in the Prismic GraphQL explorer, other languages are only returned as part of the "alternateLanguages" field.

