fix(orders_filter): add sourceApp accepts
This commit is contained in:
parent
1c75c429cc
commit
af65ef2536
|
@ -59,6 +59,10 @@ module.exports = Self => {
|
||||||
arg: 'showEmpty',
|
arg: 'showEmpty',
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
description: 'Show empty orders'
|
description: 'Show empty orders'
|
||||||
|
}, {
|
||||||
|
arg: 'sourceApp',
|
||||||
|
type: 'string',
|
||||||
|
description: 'Application'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
returns: {
|
returns: {
|
||||||
|
|
Loading…
Reference in New Issue