Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ncrypthic/doctrine-graphql-bundle

Symfony bundle for https://packagist.org/packages/ncrypthic/doctrine-graphql library
https://github.com/ncrypthic/doctrine-graphql-bundle

doctrine-orm graphql symfony-bundle

Last synced: 21 days ago
JSON representation

Symfony bundle for https://packagist.org/packages/ncrypthic/doctrine-graphql library

Awesome Lists containing this project

README

        

# Doctrine GraphQL Bundle

This is a Symfony bundle for [ncrypthic/doctrine-graphql](https://packagist.org/packages/ncrypthic/doctrine-graphql) library

## Installation

```sh
composer require ncrypthic/doctrine-graphql-bundle
```

## Configuration

1. Enable the bundle in Symfony's `AppKernel`

```php