bedita / graphql
GraphQL plugin for BEdita
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 1
Open Issues: 4
Type:cakephp-plugin
pkg:composer/bedita/graphql
Requires
- bedita/api: dev-4-cactus
- bedita/core: dev-4-cactus
- webonyx/graphql-php: ~0.10
Requires (Dev)
- cakephp/cakephp-codesniffer: ~3.0
- phpunit/phpunit: ^5.7|^6.0
This package is auto-updated.
Last update: 2025-10-28 01:33:00 UTC
README
A GraphQL plugin for BEdita4. Only Queries are supported for now, no Mutations, with limited support.
Installation
You can install this plugin in BEdita4 using composer.
The recommended way to install composer packages is:
composer require bedita/graphql
Setup
To activate the plugin just add this line to Plugins configuration (on config/app.php) or db
'BEdita/GraphQL' => ['autoload' => true, 'routes' => true],