Visit project on GitHub

Installation

How to install


wp-graphql

The plugin is an extension of wp-graphql, so first of all make sure you have this plugin installed.

You can download the plugin here or install through composer:

composer require wp-graphql/wp-graphql

The minimal supported version of wp-graphql is 0.6.0 and above.

For more information about the usage, check out the offical plugin's docs.

wp-graphql-gutenberg

The plugin follows the same installation conventions as the base plugin.

You can download the plugin here or install through composer:

composer require pristas-peter/wp-graphql-gutenberg

Don't forget to activate the plugin after the installation through the admin interface or wp-cli.

wp-graphql-gutenberg-server

This is an optional server app written in JS which enables an advanced feature to connect with gutenberg without the need of storing the block registry in the database first. For more information check out the overview section and server section.