graphql-symfony-doctrine-sandbox
graphql-symfony-doctrine-sandbox copied to clipboard
A sandbox project using symfony, overblog/graphql-bundle and doctrine based on the GraphQL and Relay Starwars tests...
closes #5
The base image (vincentchalamon/symfony) of the Dockerfile is not available anymore. So I get this error ``` shell Creating network "graphql-symfony-doctrine-sandbox_graphql-sandbox" with driver "bridge" Building web Step 1/2 : FROM...
Hi, I just started learning how to use graphql and I am trying to setup this repo by following the docs but it is not working out: ``` $ composer...
thanks for this great Overblog/GraphQlBundle example. It helped me really a lot. Temporary I'm trying to implement unions for a GraphQL search that returns different types but I could not...