apps/web: sort evo_planpayments by evo_plandate
This commit is contained in:
parent
5347c3ef6c
commit
bf0b5c9907
@ -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
Loading…
x
Reference in New Issue
Block a user