function
SetNonNull
func SetNonNull[T any](value T) *NonNullInput[T]Construct a present omittable generated mutation value that must not encode as JSON null.
Related types
NonNullInputA write-only generated mutation value that refuses to encode JSON null.