Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bedita/graphql
- Owner: bedita
- Created: 2017-09-25T14:05:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-27T17:36:14.000Z (over 2 years ago)
- Last Synced: 2024-04-10T18:11:25.045Z (9 months ago)
- Language: PHP
- Size: 71.3 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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],
```