ข้ามไปยังเนื้อหาหลัก ข้ามไปยังแถบด้านข้าง

Adds multilingual support to the GraphQL schema enabled […]

See full description

Version 1.2.0

WPML GraphQL 1.2.0 makes ACF Options Pages language-aware — so now, you can pull the correct translated content from global settings fields.

  • ACF Options Pages now respect language in GraphQL queries. If your site uses Advanced Custom Fields and Options Pages, you can now pass a language parameter in your WPGraphQL query and get back the translated values for that language.
  • Querying translated content by URI now works as expected. You can now look up translated posts, pages, and custom post types using their URI — covering postBy(`uri`:), post(`id`:, `idType`: `URI`), pageBy(`uri`:), page(`id`:, `idType`: `URI`), myCustomPostType(`id`:, `idType`: `URI`), myCustomPostTypeBy(`uri`:), nodeByUri(`uri`: ), contentNode(`id`:, `idType`: `URI`). This is useful when your headless frontend routes by URL and needs to fetch the right translation.
  • WooGraphQL fix: Querying product translations no longer causes a server error.
  • A minor security issue was fixed.
Purchase

Version 1.1.3

  • Declare the compatibility with up to WPGraphQL 2.0.0.
  • Fix the uri field for the translation of a page that is set as the homepage.
Purchase

Version 1.1.2

  • Fixed an issue where WPML fields would get registered multiple times for the same object type.
Purchase

Version 1.1.1

  • Fixed nodeByUri queries.
Purchase

Version 1.1.0

Features

  • Added support for querying menus and menu items with language filters.
  • Improved compatibility with PHP 8.3.

Fixes

  • Added consistent language handling for nested taxonomies on translated posts.
  • Added consistent language handling for nested posts on translated taxonomies.
  • Added consistent language handling for nested queries related to comments on translated content.
  • Added support for querying translated posts by DATABASE_ID or SLUG.
Purchase

Version 1.0.0

  • Initial release.
Purchase