Skip to content

Commit c542fbf

Browse files
committed
fix pagination
1 parent 6a31fff commit c542fbf

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

libs/isograph-react/src/loadable-hooks/useConnectionSpecPagination.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ export function useConnectionSpecPagination<
134134
startUpdate: getOrCreateCachedStartUpdate(
135135
environment,
136136
fragmentReference,
137-
readerWithRefetchQueries.readerArtifact.fieldName,
138137
networkRequestOptions,
139138
),
140139
}

libs/isograph-react/src/loadable-hooks/useSkipLimitPagination.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ export function useSkipLimitPagination<
128128
startUpdate: getOrCreateCachedStartUpdate(
129129
environment,
130130
fragmentReference,
131-
readerWithRefetchQueries.readerArtifact.kind,
132131
networkRequestOptions,
133132
),
134133
}

0 commit comments

Comments
 (0)