We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c6be8c commit e2661fbCopy full SHA for e2661fb
src/Config/Parser/AnnotationParser.php
@@ -626,7 +626,7 @@ private static function getGraphQLInputFieldsFromAnnotations(GraphClass $graphCl
626
$fieldAnnotation = self::getFirstAnnotationMatching($annotations, GQL\Field::class);
627
628
// No field annotation found
629
- if (!$fieldAnnotation) {
+ if (null === $fieldAnnotation) {
630
continue;
631
}
632
0 commit comments