I can read in āGeneral Concepts - Localizationā page that Dato supports āmulti-language blogs, where some articles can be written only in English, other only in Italian and others in both languages.ā.
Itās exactly our use case here!
However, as Iām quite new to GraphQL I donāt know how to query the list of articles in 2 cases mentionned above:
- How to query the list of articles only available in English?
- How to query the list of articles available in English and in another locale?
Can someone give me a hint on this? Thanks!