Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ GraphQL Type Driver for Doctrine ORM

An entity, marked up with care,
Gains fields that a schema can share;
  The driver resolves,
  A Connection evolves,
The driver resolves,
A Connection evolves,
With edges and cursors to spare.

This library provides a GraphQL driver for Doctrine ORM for use with the [webonyx/graphql-php](https://github.com/webonyx/graphql-php) library.
Expand Down Expand Up @@ -54,7 +54,7 @@ Features
* [Filtering of sub-collections](https://doctrine-orm-graphql.apiskeletons.dev/en/latest/queries.html)
* [Events](https://github.com/API-Skeletons/doctrine-orm-graphql#events) for modifying queries, entity types and more
* [Multiple configuration group support](https://doctrine-orm-graphql.apiskeletons.dev/en/latest/driver.html#group)
* [DBAL QueryBuilder Complete Connection Model(https://doctrine-orm-graphql.apiskeletons.dev/en/latest/driver.html)
* [DBAL QueryBuilder Complete Connection Model](https://doctrine-orm-graphql.apiskeletons.dev/en/latest/driver.html#dbalcompleteconnection)


Technical Features
Expand Down
Loading