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 c5878c3 commit 80b1c27Copy full SHA for 80b1c27
spring-graphql-docs/modules/ROOT/pages/controllers.adoc
@@ -433,7 +433,7 @@ public class BookController {
433
434
@QueryMapping
435
public Window<Book> books(ScrollSubrange subrange) {
436
- ScrollPosition position = subrange.position().orElse(OffsetScrollPosition.initial())
+ ScrollPosition position = subrange.position().orElse(ScrollPosition.offset());
437
int count = subrange.count().orElse(20);
438
// ...
439
}
0 commit comments