Skip to content

Commit 89562c0

Browse files
committed
Added specified by
1 parent 96d82ac commit 89562c0

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/UploadType.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ final class UploadType extends \Graphpinator\Type\ScalarType
1212
By GraphQL viewpoint it is scalar type, but it must be used as input only.;
1313
NOWDOC;
1414

15+
public function __construct()
16+
{
17+
parent::__construct();
18+
19+
$this->setSpecifiedBy('https://github.com/jaydenseric/graphql-multipart-request-spec');
20+
}
21+
1522
public function validateNonNullValue(mixed $rawValue) : bool
1623
{
1724
return $rawValue instanceof \Psr\Http\Message\UploadedFileInterface;

0 commit comments

Comments
 (0)