Skip to content

Commit bb9c22f

Browse files
Update graphql.md
1 parent cd0ae4b commit bb9c22f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/graphql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1652,7 +1652,7 @@ final class TypeConverter implements TypeConverterInterface
16521652
return 'DateTime';
16531653
}
16541654
1655-
return $this->defaultTypeConverter->convertType($type, $input, $queryName, $mutationName, $resourceClass, $rootResource, $property, $depth);
1655+
return $this->defaultTypeConverter->convertType($type, $input, $queryName, $mutationName, $subscriptionName, $resourceClass, $rootResource, $property, $depth);
16561656
}
16571657
16581658
/**

0 commit comments

Comments
 (0)