ashhitch/wp-graphql-redirection

使用wp-graphql查询重定向数据

安装数: 1,679

依赖关系: 0

建议者: 0

安全性: 0

星标: 6

关注者: 3

分支: 4

开放问题: 5

类型:wordpress-plugin

v0.0.3 2021-04-20 11:33 UTC

This package is auto-updated.

Last update: 2024-09-20 19:55:41 UTC


README

WPGraphQl Redirection Plugin

为使用流行Redirection插件创建的重定向添加WPGraphQl支持

快速安装

Composer

composer require ashhitch/wp-graphql-redirection

示例查询

redirection {
  redirects {
    groupId
    groupName
    origin
    target
    type
    matchType
  }
}