fix(modules-sdk): Select all should send undefined instead of an empty array (#6982)
This commit is contained in:
@@ -90,7 +90,7 @@ export interface RemoteJoinerOptions {
|
||||
|
||||
export interface RemoteNestedExpands {
|
||||
[key: string]: {
|
||||
fields: string[]
|
||||
fields?: string[]
|
||||
args?: JoinerArgument[]
|
||||
expands?: RemoteNestedExpands
|
||||
}
|
||||
@@ -101,7 +101,7 @@ export interface RemoteExpandProperty {
|
||||
parent: string
|
||||
parentConfig?: JoinerServiceConfig
|
||||
serviceConfig: JoinerServiceConfig
|
||||
fields: string[]
|
||||
fields?: string[]
|
||||
args?: JoinerArgument[]
|
||||
expands?: RemoteNestedExpands
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user