Skip to content

Commit 91a8a07

Browse files
authored
Merge branch 'master' into enhancement/add-annotation-type-hints
2 parents aa8609a + b95cb10 commit 91a8a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config/Parser/AnnotationParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ private static function getTypeFieldConfigurationFromReflector(GraphClass $graph
567567
$fieldConfiguration['builder'] = $builder;
568568
$fieldConfiguration['builderConfig'] = $builderConfig ?: [];
569569
} else {
570-
throw new InvalidArgumentException(sprintf('The attribute "argsBuilder" on GraphQL annotation "@%s" defined on "%s" must be a string or an array where first index is the builder name and the second is the config.', $fieldAnnotationName, $reflector->getName()));
570+
throw new InvalidArgumentException(sprintf('The attribute "fieldBuilder" on GraphQL annotation "@%s" defined on "%s" must be a string or an array where first index is the builder name and the second is the config.', $fieldAnnotationName, $reflector->getName()));
571571
}
572572
} else {
573573
if (!isset($fieldAnnotation->type)) {

0 commit comments

Comments
 (0)