Function convertDeepInsertToMinilinksApplyAndPatchVirtualIds

  • Parameters

    • deep: any
    • objects: any
    • table: any
    • result: {
          from_id?: number;
          id?: number;
          to_id?: number;
          type_id?: number;
          value?: any;
      }[] = []
    • errors: string[]
    • patch: any = {}

    Returns {
        levelIds: any[];
        objects: any;
    }

    • levelIds: any[]
    • objects: any