ashhitch / wp-graphql-redirection
Query Redirection data with wp-graphql
Package info
github.com/ashhitch/wp-graphql-redirection
Type:wordpress-plugin
pkg:composer/ashhitch/wp-graphql-redirection
v0.1.2
2026-05-13 20:46 UTC
Requires
None
Requires (Dev)
None
Suggests
- wp-graphql/wp-graphql: Required to return data via GraphQl
Provides
None
Conflicts
None
Replaces
None
README
Add WPGraphQl support for redirects made using the popular Redirection Plugin
Quick Install
- Install & activate WPGraphQL
- Install from the WordPress Plugin Directory
- or Clone or download the zip of this repository into your WordPress plugin directory & activate the plugin
Composer
composer require ashhitch/wp-graphql-redirection
Example Query
redirection { redirects { groupId groupName origin target type matchType } }
