We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1664d37 commit ad8fdf0Copy full SHA for ad8fdf0
src/HotChocolate/Core/src/Types.CursorPagination/CursorPagingHandler.cs
@@ -166,7 +166,7 @@ protected async ValueTask<Connection<TEntity>> SliceAsync(
166
// we store the original query and the sliced query in the
167
// context for later use by customizations.
168
context.SetOriginalQuery(originalQuery);
169
- context.SetSlicedQuery(originalQuery);
+ context.SetSlicedQuery(slicedQuery);
170
171
// if no edges are required we will return a connection without edges.
172
if (!edgesRequired)
0 commit comments