Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bedita/graphql

BEdita 4 GraphQL plugin
https://github.com/bedita/graphql

Last synced: 21 days ago
JSON representation

BEdita 4 GraphQL plugin

Awesome Lists containing this project

README

        

# GraphQL plugin for BEdita4

[![Build Status](https://travis-ci.org/bedita/graphql.svg)](https://travis-ci.org/bedita/graphql)
[![Code Coverage](https://codecov.io/gh/bedita/graphql/branch/master/graph/badge.svg)](https://codecov.io/gh/bedita/graphql)

A [GraphQL](http://graphql.org) plugin for BEdita4. Only ``Queries`` are supported for now, no ``Mutations``, with limited support.

## Installation

You can install this plugin in BEdita4 using [composer](http://getcomposer.org).

The recommended way to install composer packages is:

```bash
composer require bedita/graphql
```

## Setup

To activate the plugin just add this line to `Plugins` configuration (on `config/app.php`) or db

```php
'BEdita/GraphQL' => ['autoload' => true, 'routes' => true],
```