Download the PHP package api-skeletons/zf-doctrine-graphql without Composer
On this page you can find all versions of the php package api-skeletons/zf-doctrine-graphql. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download api-skeletons/zf-doctrine-graphql
More information about api-skeletons/zf-doctrine-graphql
Files in api-skeletons/zf-doctrine-graphql
Package zf-doctrine-graphql
Short Description GraphQL for Doctrine using Hydrators
License MIT
Informations about the package zf-doctrine-graphql
GraphQL for Doctrine using Hydrators
This library uses Doctrine native traversal of related objects to provide full GraphQL querying of entities and all related fields and entities. Entity metadata is introspected and is therefore Doctrine data driver agnostic. Data is collected with hydrators thereby allowing full control over each field using hydrator filters, strategies and naming strategies. Multiple object managers are supported. Multiple hydrator configurations are supported. Works with GraphiQL.
A range of filters are provided to filter collections at any location in the query.
Doctrine provides easy taversal of your database. Consider the following imaginary query:
And see it realized in GraphQL with fine grained control over each field via hydrators:
Read the Documentation
All versions of zf-doctrine-graphql with dependencies
doctrine/collections Version ^1.5
zendframework/zend-hydrator Version ^2.4
zendframework/zend-modulemanager Version ^2.8
doctrine/common Version ^2.8
doctrine/doctrine-orm-module Version ^1.1.8
zendframework/zend-mvc-console Version ^1.2
zendframework/zend-config Version ^3.2
api-skeletons/zf-doctrine-criteria Version ^1.0
zfcampus/zf-doctrine-querybuilder Version ^1.7
phpro/zf-doctrine-hydration-module Version ^3.0
webonyx/graphql-php Version ^0.12.0