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

dev-master 2018-04-25 19:16 UTC

This package is auto-updated.

Last update: 2024-08-27 22:54:03 UTC


README

Build Status Code Coverage

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],