Record Class QueryOrderBy

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.QueryOrderBy

public record QueryOrderBy(String path, QueryOrderByDirection direction) extends Record
Specify how to sort results. You can sort documents in result set using more than one field.;