Installation

Installation of this module uses composer. For composer documentation, please refer to getcomposer.org

$ composer require api-skeletons/zf-doctrine-graphql

Once installed, add ZF\Doctrine\GraphQL to your list of modules inside config/application.config.php or config/modules.config.php.

zf-component-installer

If you use zf-component-installer, that plugin will install zf-doctrine-graphql as a module for you.

zf-doctrine-criteria configuration

You must copy the config for zf-doctrine-criteria to your autoload directory:

$ cp vendor/api-skeletons/zf-doctrine-criteria/config/zf-doctrine-criteria.global.php.dist config/autoload/zf-doctrine-criteria.global.php

This is documentation for zf-doctrine-graphql. If you find this useful please add your ★ star to the project.

Authored by API Skeletons. All rights reserved.