manifest / integrations / wp-graphql-filter-query
WPGraphQL Filter Query archived
Adds taxonomy filtering and aggregation support to WP GraphQL
by WP Engine · github.com/wpengine/wp-graphql-filter-query · website
★ 20stars
3forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/wpengine/wp-graphql-filter-query/archive/refs/heads/main.zipFrom the readme
WPGraphQL Filter Query
[!CAUTION]
This repository has been archived. WPGraphQL Filter Query is no longer actively maintained. No further updates, feature development, or support will be provided. Thank you for using WPGraphQL Filter Query.
Adds taxonomy filtering and aggregation support to WPGraphQL.
- WPGraphQL Filter Query
- WPGraphQL limitation
- Solution
- What are Filters (and Aggregates)
- Use Case Example
- Querying with Filters
- Advanced Queries
- Multiple Comparison Operators on one Taxonomy
- Multiple Relation Operators on Multiple Taxonomies
- Nesting Relation Operators on Multiple Taxonomies
- Readable Filter Queries
- Dependencies
- Install and Activate
- Contributing
- Requirements
- Getting Started
- Testing
- Linting
- VSCode
WPGraphQL limitation
The introduction of WPGraphQL helped make access to WordPress headless data even easier than via REST, but there are still some areas and use-cases that are outside that repository’s existing focus or scope. From interfacing with the WPGraphQL team it was noted that there was a community desire for a query filter argument implementation to extend the existing pl