Request

extension Request
  • Returns a database sort direction for queries based on the Request’s order parameter. If the order is not passed or invalid, we return nil so the caller can fall back to a default.

    Declaration

    Swift

    public func orderDirection() -> DatabaseQuery.Sort.Direction?

UCD Authenticators