ashhitch/wp-graphql-redirection

Query Redirection data with wp-graphql

Installs: 1 375

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 3

Forks: 4

Open Issues: 5

Type:wordpress-plugin

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

This package is auto-updated.

Last update: 2024-03-20 18:44:54 UTC


README

WPGraphQl Redirection Plugin

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
  }
}