Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashhitch/wp-graphql-redirection
Add WPGraphQl support for redirects made using the popular Redirection Plugin
https://github.com/ashhitch/wp-graphql-redirection
Last synced: about 2 months ago
JSON representation
Add WPGraphQl support for redirects made using the popular Redirection Plugin
- Host: GitHub
- URL: https://github.com/ashhitch/wp-graphql-redirection
- Owner: ashhitch
- Created: 2021-04-08T12:57:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-04T12:50:57.000Z (6 months ago)
- Last Synced: 2024-10-04T06:52:28.404Z (3 months ago)
- Language: PHP
- Size: 297 KB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WPGraphQl Redirection Plugin
![WPGraphQl Redirection Plugin](./banner.png)
Add WPGraphQl support for redirects made using the popular [Redirection Plugin](https://en-gb.wordpress.org/plugins/redirection/)
## Quick Install
- Install & activate [WPGraphQL](https://www.wpgraphql.com/)
- Install from the [WordPress Plugin Directory](https://wordpress.org/plugins/add-wpgraphql-redirection/)
- 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
```graphql
redirection {
redirects {
groupId
groupName
origin
target
type
matchType
}
}
```