Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Redirection GraphQL Extension

Descripción

This plugin creates a graphQL object and related fields for redirects created with the Redirection plugin for WordPress. It was developed for use with GatsbyJS, but should be compatible with other graphQL applications.

Please note that additional code in the consuming application is needed to process these fields and create redirects. For Gatsby projects, check out our related Gatsby plugin in the Gatsby plugin library.

Please also note that many redirect rules provided by Redirection may not be applicable for a headless app. For example, redirect rules based on whether a user is logged in. This plugin provides all of those rules by default, it is up to your consuming application to handle the different types.

This is not an official extension of Redirection. Redirection redirects are also available via the Redirection REST API.

This plugin requires the Redirection plugin and the WPGraphQL plugin.

Instalación

  1. Install this plugin from the directory or by downloading it directly from here and uploading it.
  2. Activate the plugin.
  3. Your redirects should be available at the rootquery as «redirects».

Reseñas

No hay valoraciones para este plugin.

Colaboradores y desarrolladores

«Redirection GraphQL Extension» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Redirection GraphQL Extension» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

0.9

  • Beta launch.