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

https://github.com/thecodingmachine/graphql-controllers

Write your GraphQL queries in simple to write controllers (using webonix/graphql-php).
https://github.com/thecodingmachine/graphql-controllers

Last synced: 9 months ago
JSON representation

Write your GraphQL queries in simple to write controllers (using webonix/graphql-php).

Awesome Lists containing this project

README

          

[![Latest Stable Version](https://poser.pugx.org/thecodingmachine/graphql-controllers/v/stable)](https://packagist.org/packages/thecodingmachine/graphql-controllers)
[![Total Downloads](https://poser.pugx.org/thecodingmachine/graphql-controllers/downloads)](https://packagist.org/packages/thecodingmachine/graphql-controllers)
[![Latest Unstable Version](https://poser.pugx.org/thecodingmachine/graphql-controllers/v/unstable)](https://packagist.org/packages/thecodingmachine/graphql-controllers)
[![License](https://poser.pugx.org/thecodingmachine/graphql-controllers/license)](https://packagist.org/packages/thecodingmachine/graphql-controllers)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/thecodingmachine/graphql-controllers/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/thecodingmachine/graphql-controllers/?branch=master)
[![Build Status](https://travis-ci.org/thecodingmachine/graphql-controllers.svg?branch=master)](https://travis-ci.org/thecodingmachine/graphql-controllers)
[![Coverage Status](https://coveralls.io/repos/thecodingmachine/graphql-controllers/badge.svg?branch=master&service=github)](https://coveralls.io/github/thecodingmachine/graphql-controllers?branch=master)

# DEPRECATED.
# This library has moved to https://github.com/thecodingmachine/graphqlite

GraphQL controllers
===================

A utility library on top of `webonyx/graphql-php` library.

Note: v1 and v2 of this library was built on top of `youshido/graphql`.

This library allows you to write your GraphQL queries in simple-to-write controllers.