Skip to content

Entities subscription #25

@DiegoAlar

Description

@DiegoAlar

Hi,

I'm having the following issue with the library in this part of the code:

*/
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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions