Tag: wpml
-
Gatsby filter with wordpress wpml langauge not working
0 I have a wordpress headless setup to work with gatsby static site genetator. The data is coming correclty when queried from wordpress console. { categories (where : {language: "fr"}){ nodes { id, databaseId, name, uri } } } Same data is not coming when queried from gatsby graphql query: { allWpCategory (filter : {language…