fix: remove offset pagination in getExecutionSteps
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { InMemoryCache } from '@apollo/client';
|
||||
import offsetLimitPagination from './pagination';
|
||||
|
||||
interface IRef {
|
||||
__ref: string;
|
||||
@@ -44,11 +43,6 @@ const cache = new InMemoryCache({
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
Query: {
|
||||
fields: {
|
||||
getExecutionSteps: offsetLimitPagination(['executionId', 'limit']),
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user