I get the following exception:
PHP Fatal error: Uncaught Error: Call to a member function hasDefaultValue() on null in .../vendor/youshido/graphql/src/Execution/Request.php:69
When executing a query which includes a variable, but:
- The variable was not defined in the operation name, AND
- The variable value was not passed in the dictionary
Click on this link and run the query to reproduce the error (it doesn't show the PHP exception error though, only that there was an internal server error)