wp-graphql / wp-graphql-tax-query

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

Usage of multiple `relation` fields #24

Open ginirator opened 3 years ago

ginirator commented 3 years ago

Currently, we can use the "relation" field with 2 or more "taxArray" objects. Are there any plans to make it work with multiple "relation" fields? Thanks.