youshido-php / GraphQLBundle

Pure PHP implementation of GraphQL Server – Symfony Bundle
MIT License
284 stars 44 forks source link

YoushidoGraphQLExtendedBundle, Do you want to add some functionality from it? #37

Open MGDSoft opened 7 years ago

MGDSoft commented 7 years ago

Hi I created a new bundle YoushidoGraphQLExtendedBundle alpha version. If you want some of that funcionalities I can create a pull request.

deivid11 commented 7 years ago

Hey Miguel, cómo te va? Im planning to implement some functionality to read entity annotations on the fly to generate the schema with some generic resolve functions, automated doctrine queries with sort, pagination and search functionality. I worked on a CRUD bundle so I can extract some functionality from there.

MGDSoft commented 7 years ago

Yeah you can use it without troubles, Where can I see the bundle? if you need help contact with me :-)

deivid11 commented 7 years ago

This is my bundle TideCrudBundle currently is not fully decoupled from my project, so maybe wont work if you install it, but you can take a look to TideCrudBundle/Helpers/CrudHelper.php where almost all functionality is implemented.