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.
2 parents 97afdbc + 092785d commit ddf77efCopy full SHA for ddf77ef
src/Rebing/GraphQL/routes.php
@@ -89,7 +89,7 @@
89
{
90
Route::match(
91
array_get($schema, 'method', ['get', 'post']),
92
- Rebing\GraphQL\GraphQL::routeNameTransformer($name, $schemaParameterPattern, $queryRoute),
+ Rebing\GraphQL\GraphQL::routeNameTransformer($name, $schemaParameterPattern, $mutationRoute),
93
[
94
'uses' => $mutationController,
95
'middleware' => array_get($schema, 'middleware', []),
0 commit comments