Skip to content Skip to sidebar

This topic contains 0 reply, has 0 voices.

Last updated by gillesR-7 8 months, 3 weeks ago.

Assisted by: Noman.

Author Posts
April 24, 2025 at 7:17 am #16962743

gillesR-7

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?