Skip to content

Commit 0ff145a

Browse files
committed
docs: remove not null from readme
1 parent de01dc5 commit 0ff145a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ public class HumanExtension {
379379

380380
## Type Inference
381381

382-
By default, standard GraphQL types (String, Integer, Long, Float, Boolean, Enum, List) will be inferred from Java types. Also, it will respect `@javax.validation.constraints.NotNull` annotation with respect to value's nullability, as well as `@GraphQLNonNull`
382+
By default, standard GraphQL types (String, Integer, Long, Float, Boolean, Enum, List) will be inferred from Java types. Also, it will respect `@GraphQLNonNull` with respect to value's nullability
383383

384384
Stream type is also supported and treated as a list.
385385

0 commit comments

Comments
 (0)