Results 4 comments of Eugene

File app/Plugin/CakeResque/Config/config.php $config['CakeResque'] = array( 'Redis' => array( 'host' => 'localhost', // Redis server hostname 'port' => 6379, // Redis server port 'database' => 0, // Redis database number 'namespace'...

Seems it fails on generating this arg: ``` { "defaultValue": "{performSynchronously: true}", "description": null, "name": "performanceControl", "type": { "kind": "INPUT_OBJECT", "name": "PerformSynchronously", "ofType": null } }, ``` with type: ```...

> could you share a reproducible example? Other than that, it seems that newer version of graphql-core may be an issue, could you check which version are you using? See...

> @4ekin is it still happening with the latest releases? Hi, sorry for long answer Actually yes But I dont know is it problem on your side Well, graphql-core doc...