Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 2.79 KB

README.md

File metadata and controls

52 lines (36 loc) · 2.79 KB

EXPERIMENTAL - WPGraphQL for Full Site Editor

🚨 NOTE: This is experimental software and should not be used in production if you don't know what you're doing. 🚨

Proof of Concept - adds support for block templates and global styles to the WPGraphQL schema. Uses WPGraphQL Content Blocks.


Packagist License Packagist Version GitHub commits since latest release (by SemVer) GitHub forks GitHub Repo stars
CodeQuality Integration Tests Coding Standards Coverage Status

System Requirements

  • PHP 7.4+ || 8.0+ || 8.1+
  • WordPress 5.7.0+
  • WPGraphQL 1.13.0+ (probably earlier too)
  • WPGraphQL Content Blocks 1.0.0+
  • FaustWP Plugin 1.0.0+

Quick Install

  1. Install & activate WPGraphQL.
  2. Install & activate WPGraphQL Content Blocks.
  3. Download the latest release .zip file, upload it to your WordPress install, and activate the plugin.

With Composer

@todo Add to packagist.

composer require axepress/wp-graphql-site-editor

Usage

@todo

Testing

  1. Update your .env file to your testing environment specifications.
  2. Run composer install-test-env to create the test environment.
  3. Run your test suite with Codeception. E.g. vendor/bin/codecept run wpunit will run all WPUnit tests.

Credits

Built with WPGraphQL Plugin Boilerplate