Skip to content

Add WPGraphQl support for redirects made using the popular Redirection Plugin

Notifications You must be signed in to change notification settings

xingxingst/wp-graphql-redirection

 
 

Repository files navigation

WPGraphQl Redirection Plugin

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

About

Add WPGraphQl support for redirects made using the popular Redirection Plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%