wp-graphql
wp-graphql copied to clipboard
Add dynamic types for terms.
trafficstars
Terms are similar to posts as they have their own type; a taxonomy. It would be nice to expose term querying for taxonomies registered to WP GraphQL API dynamically. This would mean that categories and tags would be query-able fields by default. That should be nicer than querying by the terms field. It will also enable you to query multiple taxonomy terms in one query. Pretty neat.