Skip to content

connectedTerms of taxonomies nodes return all terms for all taxonomies #3200

@MKlblangenois

Description

@MKlblangenois

Description

When I try to get the connectedTerms for taxonomies nodes, I got all terms, env the terms for other taxonomies

image

Steps to reproduce

  1. Go on "category" and create some random categories
  2. Go on "tag" and create some random tags
  3. Go on GraphQL and query all connectedTerms for taxonomies nodes
{
  taxonomies(first: 100) {
    nodes {
      name
      connectedTerms {
        nodes {
          uri
          taxonomyName
        }
      }
    }
  }
}

Additional context

No response

WPGraphQL Version

1.28.1

WordPress Version

6.6.1

PHP Version

8.1.23

Additional environment details

Plugins Version
Add WPGraphQL SEO 4.22.5
WPGraphQL Content Blocks 4.0.1
WPGraphQL for ACF 2.4.1
WPGraphQL Offset Pagination 0.2.0
JSON Basic Authentication 0.1
  • Tested with all plugins deactivated and default WordPress theme

Please confirm that you have searched existing issues in the repo.

  • Yes

Please confirm that you have disabled ALL plugins except for WPGraphQL.

  • Yes
  • My issue is with compatibility with a specific WordPress plugin, and I have listed all my installed plugins (and version info) above.

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: actionableReady for work to begintype: bugIssue that causes incorrect or unexpected behavior

    Type

    No type

    Projects

    Status

    ✅ Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions