Skip to content

Commit 0b86fb6

Browse files
author
Mikk Mihkel Nurges
committed
Removed _upload suffix
1 parent 06ef7a4 commit 0b86fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Rebing/GraphQL/Support/UploadType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class UploadType extends ScalarType {
2424

2525
public function __construct($name = 'Upload')
2626
{
27-
$this->name = $name . '_upload';
27+
$this->name = $name;
2828

2929
parent::__construct();
3030
}

0 commit comments

Comments
 (0)