fix: Corrections to the store region endpoint for v2 (#7152)
This commit is contained in:
@@ -869,9 +869,11 @@ export class RemoteJoiner {
|
||||
location: [...currentPath],
|
||||
property,
|
||||
path: fullPath,
|
||||
isList: fieldAliasIsList || !!serviceConfig.relationships?.find(
|
||||
(relationship) => relationship.alias === parentFieldAlias
|
||||
)?.isList,
|
||||
isList:
|
||||
fieldAliasIsList ||
|
||||
!!serviceConfig.relationships?.find(
|
||||
(relationship) => relationship.alias === parentFieldAlias
|
||||
)?.isList,
|
||||
})
|
||||
|
||||
const extMapping = expands as unknown[]
|
||||
|
||||
Reference in New Issue
Block a user