Skip to content

Commit ff60de7

Browse files
committed
fix graphql convert type
1 parent 1674d88 commit ff60de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GraphQl/Type/TypeConverter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function convertType(Type $type, bool $input, ?string $queryName, ?string
6262
return GraphQLType::string();
6363
case Type::BUILTIN_TYPE_ARRAY:
6464
case Type::BUILTIN_TYPE_ITERABLE:
65-
if ($resourceType = $this->getResourceType($type, $input, $queryName, $mutationName, $depth)) {
65+
if ($resourceType = $this->getResourceType($type, $input, $queryName, $mutationName, $subscriptionName, $depth)) {
6666
return $resourceType;
6767
}
6868

0 commit comments

Comments
 (0)