feat: Fetch data while considering previously persisted records

This commit is contained in:
Faruk AYDIN
2022-03-24 19:59:33 +03:00
committed by Ömer Faruk Aydın
parent 782dba1f5e
commit 3340bdff4c
3 changed files with 57 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
import { ValidationError } from 'objection';
import type { QueryContext, ModelOptions } from 'objection';
import type { ModelOptions } from 'objection';
import Base from './base';
import Step from './step';
import Execution from './execution';