GraphQLBundle
GraphQLBundle copied to clipboard
Pure PHP implementation of GraphQL Server – Symfony Bundle
``` Too few arguments to function Youshido\GraphQLBundle\Command\GraphQLConfigureCommand::__construct(), 0 passed in var/cache/prod/ContainerYK9QSxf/App_KernelProdContainer.php on line 38382 and exactly 1 expected ``` Added router argument in command service configuration to avoid this error.
I tired to install the bundle with a fresh empty project Symfony version 5.2.10. when i ran this command `composer require youshido/graphql-bundle ` i got this error - Configuring youshido/graphql-bundle...
Hello, In Symfony 5, let's do this: composer require youshido/graphql-bundle composer remove youshido/graphql-bundle composer require youshido/graphql-bundle And you get this error: Executing script cache:clear [KO] [KO] Script cache:clear returned with...
Since Symfony 4.2, instatiation of TreeBuilder has changed.
Symfony 4 supports [bundle-less applications](http://fabien.potencier.org/symfony4-monolith-vs-micro.html) (and it's considered best-practice). The configure command from this bundle doesn't work with this at the moment so I don't know how to initialize graphql...
Hi, is there any possibility to get the token into the resolve function of a type? https://graphql.org/learn/authorization/ says that accessibility control for some kind of data should be in the...
The documentation talking about security [https://github.com/Youshido/GraphQLBundle#using-security-voter](url) but i get an Access denied 403 every time.
When using voter in batch query is impossible understand in what ROOT_OPERATION was added access denied exception. Example:  
It seems like most of the necessary schema data is already present in Doctrine's [Entity Annotations](http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/annotations-reference.html) with perhaps some additional annotations for schema that cannot be inferred from the existing...
Type error: Argument 1 passed to Youshido\GraphQL\Execution\Processor::__construct() must implement interface Youshido\GraphQL\Execution\Context\ExecutionContextInterface, instance of AppBundle\GraphQL\Schema given, called in /home/big_shark/work/aa_rebuild/vendor/youshido/graphql-bundle/Execution/Processor.php on line 45