chore(): upgrade mikro orm (#13450)
This commit is contained in:
@@ -36,7 +36,7 @@ export function toRemoteQuery<const TEntity extends string>(
|
||||
pagination?: Partial<RemoteQueryInput<TEntity>["pagination"]>
|
||||
context?: Record<string, any>
|
||||
withDeleted?: boolean
|
||||
strategy?: "joined" | "select-in"
|
||||
strategy?: "joined" | "select-in" | "balanced"
|
||||
},
|
||||
entitiesMap: Map<string, any>
|
||||
): RemoteQueryGraph<TEntity> {
|
||||
|
||||
Reference in New Issue
Block a user