Skip to content

Commit a624fdf

Browse files
author
Mikk Mihkel Nurges
committed
Default params_key from params to variables
1 parent 732ddfe commit a624fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
'error_formatter' => ['\Rebing\GraphQL\GraphQL', 'formatError'],
135135

136136
// You can set the key, which will be used to retrieve the dynamic variables
137-
'params_key' => 'params',
137+
'params_key' => 'variables',
138138

139139
/*
140140
* Options to limit the query complexity and depth. See the doc

0 commit comments

Comments
 (0)