apps/web: sort evo_planpayments by evo_plandate

This commit is contained in:
vchikalkin 2024-08-20 17:40:53 +03:00
parent 5347c3ef6c
commit bf0b5c9907
2 changed files with 2 additions and 2 deletions

View File

@ -255,7 +255,7 @@ query GetQuoteData($quoteId: UUID!) {
evo_graphs {
createdon
evo_sumpay_withnds
evo_planpayments {
evo_planpayments(orderby: { fieldName: "evo_plandate", sortingType: ASC }) {
evo_payment_ratio
}
}

File diff suppressed because one or more lines are too long