Background of the issue:
I'm trying to query with WPGraphql option page and filtering with good language, but it is not available. I expected to see: query { option(where: {language: "en"} { title } }
Symptoms:
Instead, I got:
query {
option{
title
}
}
Questions:
Why can't I filter the ACF option page with WPGraphql using language?