ashhitch / wp-graphql-redirection
Query Redirection data with wp-graphql
Installs: 1 793
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 3
Forks: 4
Open Issues: 5
Type:wordpress-plugin
Suggests
- wp-graphql/wp-graphql: Required to return data via GraphQl
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 } }