wp-graphql / wp-graphql-tax-query

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

Respect includeChildren; make false by default. #4

Closed chriszarate closed 6 years ago

chriszarate commented 6 years ago

The includeChildren query var was not being respected. This PR also makes it false by default for performance reasons. See:

https://vip.wordpress.com/documentation/term-queries-should-consider-include_children-false/