ashhitch / wp-graphql-redirection
使用wp-graphql查询重定向数据
v0.0.3
2021-04-20 11:33 UTC
Suggests
- wp-graphql/wp-graphql: Required to return data via GraphQl
README
为使用流行Redirection插件创建的重定向添加WPGraphQl支持
快速安装
- 安装并激活WPGraphQL
- 从WordPress插件目录安装
- 或克隆或下载此存储库的zip文件到您的WordPress插件目录,并激活插件
Composer
composer require ashhitch/wp-graphql-redirection
示例查询
redirection { redirects { groupId groupName origin target type matchType } }