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.0.3
2021-04-20 11:33 UTC
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 } }
