wp-graphql-tax-query
wp-graphql-tax-query copied to clipboard
Adds `tax_query` support to postObject connection queries using WP_Query
Hi @jasonbahl, I was looking for a plugin to give me the ability to return all the categories except "uncategorized", then I came across this plugin but I think it's...
License?
I want to perform a search query for a custom post type (poems, similar to posts), and search in the value of the field "text_to_index". For example, a poem (post)...
I'm receiving the following error while running the query with variables "Type loader is expected to return a callable or valid type \"RootQueryToShopItemConnectionWhereArgsTaxArray\", but it returned null" the query to...
when using the following query: {operator: IN, taxonomy: CATEGORY, terms: ["91","80"], field: ID}, only posts with last ID in array ( 80 ) are returned _______________________________________ NOTE: when I use...
Hi guys, I found an issue when passing the `RootQueryToPageConnectionWhereArgsTaxQueryOperator` enum as a variable, it throws the following error: ``` { "errors": [ { "debugMessage": "Type loader is expected to...
The plugin causes an error when attempting to run a taxQuery on a contentNode when using wpGraphQL 1.6.4. Steps to reproroduce: This query: `query MyQuery { contentNodes(where: {taxQuery: {relation: AND,...
If users are able to install tax-query from WordPress dashboard, it's really easier! Specially for keeping the plugin up-to-date.
Hi! We're using composer to manage plugins and I can't add this repo. Would be great if this could be added!
Hi @jasonbahl, Just wondering, does this plugin support nested tax queries (added example code below)? I have tried, but couldn't make it work. Looks like `taxQuery` is limited to only...