Package io.smallrye.graphql.api
Annotation Interface Nullable
@Retention(RUNTIME)
@Target({TYPE_USE,METHOD,FIELD,PARAMETER})
@Documented
@Experimental("Allow you to mark a fields as nullable, overrides @AllNonNull. Not covered by the specification. Subject to change.")
public @interface Nullable