functionSetfunc Set[T any](value T) *Input[T]Construct a present generated mutation field with a concrete value.Source core/input.go:20@param valueThe value value.@returnsThe declared result.Related typesInputA presence-aware value used by nullable generated Go mutation fields.