graphql-doctrine icon indicating copy to clipboard operation
graphql-doctrine copied to clipboard

Automatic GraphQL types from Doctrine entities

Results 7 graphql-doctrine issues
Sort by recently updated
recently updated
newest added

**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...

enhancement

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...

enhancement
help wanted

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:...

dependencies

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...

dependencies

Blocked by https://github.com/Ecodev/felix/pull/23