graphql-doctrine
graphql-doctrine copied to clipboard
Automatic GraphQL types from Doctrine entities
**Disclaimer first:** It may be the case, that by some magic unknown to me, this library already support accessing the attribute based doctrine metadata, and I was just not smart...
Doctrine 2 has a great feature named as [Embeddable](https://www.doctrine-project.org/projects/doctrine-orm/en/2.6/tutorials/embeddables.html) classes. I try to use it in the pair with `graphql-doctrine` and got error `No type registered with key Position. Either...
I've started using this library recently and love it so far, I have a small support request though. :-) Currently, I have a mutation that allows a user to create...
Blocked by https://github.com/Roave/psr-container-doctrine/pull/72 to be actually useful in our projects
Bumps [doctrine/persistence](https://github.com/doctrine/persistence) from 2.5.5 to 3.1.4. Release notes Sourced from doctrine/persistence's releases. 3.1.4 Release Notes for 3.1.4 3.1.x bugfix release (patch) 3.1.4 Total issues resolved: 0 Total pull requests resolved:...
Bumps [webonyx/graphql-php](https://github.com/webonyx/graphql-php) from 14.11.8 to 15.2.1. Release notes Sourced from webonyx/graphql-php's releases. v15.2.1 Fixed Initialize directives and arguments in Node with empty NodeList v15.2.0 Changed Improve validation messages for type...
Blocked by https://github.com/Ecodev/felix/pull/23