We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 732ddfe commit a624fdfCopy full SHA for a624fdf
src/config/config.php
@@ -134,7 +134,7 @@
134
'error_formatter' => ['\Rebing\GraphQL\GraphQL', 'formatError'],
135
136
// You can set the key, which will be used to retrieve the dynamic variables
137
- 'params_key' => 'params',
+ 'params_key' => 'variables',
138
139
/*
140
* Options to limit the query complexity and depth. See the doc
0 commit comments