You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Load all nodes implementing interface on root Schema level
When an implementation is not defined in a schema, it's not automatically
loaded by the resolvers.
Therefore, load all interface implementation types on the root schema level as well.
'message' => '#^Method Jerowork\\\\GraphqlAttributeSchema\\\\SchemaBuilder\\:\\:getTypesImplementingInterface\\(\\) return type has no value type specified in iterable type iterable\\<mixed\\>\\.$#',
330
+
'identifier' => 'missingType.iterableValue',
331
+
'count' => 1,
332
+
'path' => __DIR__ . '/src/SchemaBuilder.php',
333
+
];
334
+
$ignoreErrors[] = [
335
+
'message' => '#^PHPDoc tag @return contains unresolvable type\\.$#',
'message' => '#^Method Jerowork\\\\GraphqlAttributeSchema\\\\Util\\\\Reflector\\\\Reflector\\:\\:getClasses\\(\\) return type with generic class ReflectionClass does not specify its types\\: T$#',
0 commit comments