wp-graphql-polylang icon indicating copy to clipboard operation
wp-graphql-polylang copied to clipboard

WPGraphQL Polylang Extension for WordPress

Results 42 wp-graphql-polylang issues
Sort by recently updated
recently updated
newest added

Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 2.0.0 to 2.2.1. Release notes Sourced from guzzlehttp/psr7's releases. 2.2.1 See change log for changes. 2.2.0 See change log for changes. 2.1.2 See change log for changes....

dependencies

This changes when the Custom post type language is set to before the taxonomies are updated in any create or update mutation with graphql The reason for this was that...

I am getting this error, not sure if it is related: `Argument 1 passed to WPGraphQL\\Extensions\\Polylang\\PostObject::WPGraphQL\\Extensions\\Polylang\\{closure}() must be an instance of WPGraphQL\\Model\\Post, instance of WPGraphQL\\Model\\PostType given, called in /Users/mf/Projects/myproject/wp-content/plugins/wp-graphql/src/Utils/InstrumentSchema.php on...

Bumps [mustache/mustache](https://github.com/bobthecow/mustache.php) from 2.13.0 to 2.14.1. Release notes Sourced from mustache/mustache's releases. Mustache.php v2.14.1 — Security release Fix CVE-2022-0323, possible RCE when rendering untrusted user templates, reported by @​altm4n via...

dependencies

Hello, thank you for this awesome plugin. I just figured out that I can filter menu items by language when using the WPGraphiql plugin IDE: Unfortunately the same filter seems...

Hi all, I have installed all the plugin, Acf Pro, Polylang 3.1.2 graphql for polylang acf for graphql language is not there when looking into the where clause am i...

We're switching from prefix strategy (https://domain.com/de/ to https://domain.de). How do we retrieve pages by URI then? Previously we could simply do: page(id: "de/some-page", idType: URI, ) { However, since changing...

See https://github.com/wp-graphql/wp-graphql/issues/1021#issuecomment-555171653 > Actually wp-graphql-polylang cannot work at all when called from PHP. That's because Polylang initializes itself into a specific mode which maybe be "admin", "frontend" or "rest" and...

bug
wontfix

Hello, is it possible to query string translations via GraphQL with that plugin? I didn't find a solution yet...