youshido-php / GraphQLBundle

Pure PHP implementation of GraphQL Server – Symfony Bundle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example of the usage with Doctrine

a-ast opened this issue · comments

Examples in Youshido/GraphQL are good, but it still not clear how to use this bundle in an existing project with a plenty of complex doctrine entities. It would be great to get an example with initial recommendations or/and best practices.

Hi,

We've just published here new simple app. It's very simple and used only to ilustrate folder structure, resolver.

Also we're going to create new one, with more complicated schema, authorization and images. If you interested in, you can look at this api images bundle too.