# `Ash.Query.Function.StringJoin`
[🔗](https://github.com/ash-project/ash/blob/v3.27.8/lib/ash/query/function/string_join.ex#L5)

Joins a list of values.

Ignores `nil` values and concatenates the remaining non-nil values. An optional
joiner can be provided.

    string_join([first_name, last_name], " ")

    string_join([item_a, item_b])

# `args`

# `has_partial_evaluate?`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
