-
Notifications
You must be signed in to change notification settings - Fork 466
Closed
Labels
status: actionableReady for work to beginReady for work to begintype: bugIssue that causes incorrect or unexpected behaviorIssue that causes incorrect or unexpected behavior
Description
Description
When I try to get the connectedTerms for taxonomies nodes, I got all terms, env the terms for other taxonomies
Steps to reproduce
- Go on "category" and create some random categories
- Go on "tag" and create some random tags
- 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
Labels
status: actionableReady for work to beginReady for work to begintype: bugIssue that causes incorrect or unexpected behaviorIssue that causes incorrect or unexpected behavior
Type
Projects
Status
✅ Done
