bedita / graphql
GraphQL plugin for BEdita
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 4
Forks: 1
Open Issues: 4
Type:cakephp-plugin
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: 2024-10-27 23:06:09 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],