forked from ashhitch/wp-graphql-redirection
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
30 lines (25 loc) · 708 Bytes
/
readme.txt
File metadata and controls
30 lines (25 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
=== WPGraphQL Redirection Addon ===
Contributors: ash_hitch
Tags: Redirection, WPGraphQL, GraphQL, Headless WordPress, Decoupled WordPress, JAMStack
Requires at least: 5.0
Tested up to: 5.7
Requires PHP: 7.1
Stable tag: 0.0.3
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Add WPGraphQl support for redirects made using the popular [Redirection Plugin](https://en-gb.wordpress.org/plugins/redirection/)
== Description ==
Add WPGraphQl support for redirects made using the popular [Redirection Plugin](https://en-gb.wordpress.org/plugins/redirection/)
== Example Query ==
`
redirection {
redirects {
groupId
groupName
origin
target
type
matchType
}
}
`