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