@lukasz-m
I am writing this query:
query {
articlesList(variation:"Spanish") {
items {
_path,
title,
}
}
}
but this still gives me master version only.
Okay a slight correction, your variation must be lower cased and spaces should be replaced with _ and then it sho...