Skip to content

Commit 79c5dc6

Browse files
committed
comment
1 parent 064b291 commit 79c5dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Graphql/Type/SchemaBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ private function getResourceFieldConfiguration(string $fieldDescription = null,
231231
'resolve' => $resolve,
232232
];
233233
} catch (InvalidTypeException $e) {
234-
// return null
234+
// just ignore invalid types
235235
}
236236

237237
return null;

0 commit comments

Comments
 (0)