Elixir doesn't preserve key order in any guaranteed way. The :sort option of the Query module should accept generic Enums instead of maps and context modules + API should make sure key order is preserved (e.g. by using the ordered_objects Jason option).
Elixir doesn't preserve key order in any guaranteed way. The
:sortoption of the Query module should accept generic Enums instead of maps and context modules + API should make sure key order is preserved (e.g. by using the ordered_objects Jason option).