GraphQLBundle icon indicating copy to clipboard operation
GraphQLBundle copied to clipboard

Pure PHP implementation of GraphQL Server – Symfony Bundle

Results 23 GraphQLBundle issues
Sort by recently updated
recently updated
newest added

``` 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.

bug

When using voter in batch query is impossible understand in what ROOT_OPERATION was added access denied exception. Example: ![query](https://lh3.googleusercontent.com/_-aEkYXEkqldGtUrXDCSB1OwKPdpzzVWCmffF5W-Fdk_F5cBkN8t6wMTzwSRx4BCFKdlyDP2pfzDSdVR60FWhccf7h8YXyGg2e9p1w=w2078-h1720-rw-no) ![response](https://lh3.googleusercontent.com/Zc-wpqyWWAfo9pVWabSduzuvuJv7nyiLIY2-w27woZ2Mb1FylbzwnfbNCZJKBE1OlneHdOhO1AR8QOe-EO0QXy9y3Wud78B9dKBTAg=w1694-h1268-rw-no)

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