Skip to content

Commit cd0ae4b

Browse files
Update graphql.md
1 parent 19494b5 commit cd0ae4b

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
@@ -1644,7 +1644,7 @@ final class TypeConverter implements TypeConverterInterface
16441644
/**
16451645
* {@inheritdoc}
16461646
*/
1647-
public function convertType(Type $type, bool $input, ?string $queryName, ?string $mutationName, ?string $subscriptionName, string $resourceClass, string $rootResource, ?string $property, int $depth);
1647+
public function convertType(Type $type, bool $input, ?string $queryName, ?string $mutationName, ?string $subscriptionName, string $resourceClass, string $rootResource, ?string $property, int $depth)
16481648
{
16491649
if ('publicationDate' === $property
16501650
&& Book::class === $resourceClass

0 commit comments

Comments
 (0)