LoanOrder
Ways in which lists of loans can be ordered upon return.
input LoanOrder {
direction: OrderDirection!
field: LoanOrderField!
}
Fields
LoanOrder.direction ● OrderDirection! non-null enum
The direction in which to order loans by the selected field.
LoanOrder.field ● LoanOrderField! non-null enum
The field in which to order loans by.
Member of
loans query