Skip to content

Commit fe7456c

Browse files
committed
Update phpdoc
1 parent 78ba78c commit fe7456c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/Types/EntityObjectType.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ public function __construct(array $config)
8585
* @deprecated Use {@see getKeys()}
8686
*
8787
* @return array<int,string>|array<int|string,string|array<int|string,mixed>>
88+
*
89+
* @codeCoverageIgnore
8890
*/
8991
public function getKeyFields(): array
9092
{

src/Types/EntityRefObjectType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* resolve the entity during query execution.
1414
*
1515
* @see https://www.apollographql.com/docs/federation/v1/entities#referencing-entities
16+
* @see https://www.apollographql.com/docs/federation/entities#referencing-an-entity-without-contributing-fields
1617
*/
1718
class EntityRefObjectType extends EntityObjectType
1819
{

0 commit comments

Comments
 (0)