As an Query Builder user I want the results of my queries to include mul in the language fallback in order to be able to read the results for my query easily.
Problem:
Currently, mul labels and aliases are not included in the Query Builder language fallback when showing the results of the query. As more labels and aliases are consolidated into mul labels, the results for queries on Query Builder will appear only by their ID making it difficult to read the results.
Screenshots/mockups:
When querying for Douglas Adams:
Acceptance criteria:
- update the query builder to emit "[AUTO_LANGUAGE],mul,en", matching the WDQS UI suggestions

