wp-graphql / wp-graphql-tax-query

Adds `tax_query` support to postObject connection queries using WP_Query
46 stars 16 forks source link

taxQuery not available in schema after activating plugin #2

Closed fullsteamlabs closed 7 years ago

fullsteamlabs commented 7 years ago

Is this plugin still working? With both wp-graphql and wp-graphql-tax-query activated, taxQuery does not appear to be available in the schema. I have flushed permalinks as well.

jasonbahl commented 7 years ago

@fullsteamlabs thanks for reporting. There were some big changes to the WPGraphQL plugin since February (when this extension was created) and since we don't actively use this extension we haven't maintained compatibility with the core plugin.

If you want to investigate and open a PR that would be sweet, otherwise I'll look into a fix soon (hopefully within a few days) and will also look into automating some unit tests to make sure it remains working for future versions of the wp-graphql plugin.

fullsteamlabs commented 7 years ago

Forked the repo, gave it a shot, looks like ya beat me to it! Thanks for that, it's working again! Even though I didn't quite get there. I'm feeling more familiar with the codebase after searching and fumbling around a bit. If there's anything we can help with in the future, happy to try!

jasonbahl commented 7 years ago

There's some issues labeled "help wanted" so if you're interested in working on one have at it! Leave a comment on the issue and I can change the status to "work in progress". And happy to chat in slack or in the issue comments to clarify anything you work on.

DevOpsRadar commented 5 years ago

Hey, @jasonbahl I experience the same issue. Installed and activated wp-graphql-tax-query 0.0.2 and wp-graphql 0.3.4 and nothing appear in schema...

DevOpsRadar commented 5 years ago

Ok, sorry I found what was the problem. I downloaded the zip from release, not a master branch. Now it works.

jasonbahl commented 5 years ago

@DevOpsRadar thanks for the follow up 😄

DevOpsRadar commented 5 years ago

@jasonbahl Is there any chance you can push this plugin and wp-graphql-meta-query to Composer?