A GraphQL plugin for BEdita4. Only Queries
are supported for now, no Mutations
, with limited support.
You can install this plugin in BEdita4 using composer.
The recommended way to install composer packages is:
composer require bedita/graphql
To activate the plugin just add this line to Plugins
configuration (on config/app.php
) or db
'BEdita/GraphQL' => ['autoload' => true, 'routes' => true],