Skip to main content
Version: Next

Query Sort

Adds a sorting clause to a query

Description

Allows sorting the objects that will be returned when the query will be executed.

Inputs

  • query (Query): The query whose results shall be sorted
  • property (Property): The property used for sorting
  • direction (Sort Direction): Whether the sort is ascending or descending

Outputs

  • query (Query): The augmented query