Skip to content

Commit 2623cbd

Browse files
Vinczmurtukov
andauthored
Update src/Annotation/Mutation.php
Co-authored-by: Timur Murtukov <murtukov@gmail.com>
1 parent fcb39c1 commit 2623cbd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Annotation/Mutation.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
final class Mutation extends Field
1414
{
1515
/**
16-
* @deprecated
1716
* @var array<string>
17+
*
18+
* @deprecated This property is deprecated since 1.0 and will be removed in 1.1. Use $targetTypes instead.
1819
*/
1920
public array $targetType;
2021

0 commit comments

Comments
 (0)