Closed nuncanada closed 5 years ago
Seems like pull requests change with changes to the branch. Here there should be 2 Pull Request, one for adding the AliasManager code, the other that changes the registerObjects code to ignore fields that it isn't able to translate the type to GraphqlType, it was giving an error with blob fields.
The problem is described here: https://github.com/ncrypthic/doctrine-graphql/issues/5
Thank you for this @nuncanada !
Adding a simple working Alias Manager for Doctrine queries. It assumes that CamelCase is being used to create more intuitive aliases.