View Source Arke.Core.Query.Order (Arke v1.1.33)

Base struct Order:

  • parameter => %Arke.Core.Parameter.ParameterType => refer to Arke.Core.Parameter
  • direction => "child" | "parent" => the direction the query will use to search

It is used to define the return order of a Query

Link to this section Summary

Link to this section Types

@type t() :: %Arke.Core.Query.Order{direction: term(), parameter: term()}