Skip to content

Commit 092785d

Browse files
dirtyredzMikk Mihkel Nurges
authored andcommitted
Mutation Routes Generator Fix (#190)
1 parent 66f9bdd commit 092785d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Rebing/GraphQL/routes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
{
9090
Route::match(
9191
array_get($schema, 'method', ['get', 'post']),
92-
Rebing\GraphQL\GraphQL::routeNameTransformer($name, $schemaParameterPattern, $queryRoute),
92+
Rebing\GraphQL\GraphQL::routeNameTransformer($name, $schemaParameterPattern, $mutationRoute),
9393
[
9494
'uses' => $mutationController,
9595
'middleware' => array_get($schema, 'middleware', []),

0 commit comments

Comments
 (0)