-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Hi,
I'm having the following issue with the library in this part of the code:
apollo-federation-php/src/FederatedSchema.php
Lines 215 to 227 in 4f958dd
| */ | |
| private function extractEntityTypes(array $config): array | |
| { | |
| $resolvedTypes = TypeInfo::extractTypes($config['query']); | |
| $entityTypes = []; | |
| foreach ($resolvedTypes as $type) { | |
| if ($type instanceof EntityObjectType) { | |
| $entityTypes[$type->name] = $type; | |
| } | |
| } | |
| return $entityTypes; |
The issue is that the library is unable to subscribe entities that aren't returned by a query.
Thank you!
Metadata
Metadata
Assignees
Labels
No labels