feat: refs #8077 add description to sumAmount
This commit is contained in:
parent
2511fbf71c
commit
76b32e1d25
|
@ -22,7 +22,7 @@ module.exports = Self => {
|
||||||
{
|
{
|
||||||
arg: 'sumAmount',
|
arg: 'sumAmount',
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
description: ``
|
description: `Indicates whether to calculate the total sum of amounts or to return detailed records`
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
returns: {
|
returns: {
|
||||||
|
|
Loading…
Reference in New Issue