cankahya
cankahya
When `enableAutoOutboundTracking` is set to `true`, `example` opens the link in the same tab, rather than in a new tab. If it's set to `false`, the outbound new-tab link works...
**Describe the bug** It is not possible to query woocommerce products for another locale, using wp-graphql-wpml **To Reproduce** The following query should return the english versions of the products. Instead...
The following query should return the english versions of the products. Instead it returns the main locale (german in this case): **Query** `{ products(where: {wpmlLanguage: "en"}) { nodes { id...