@ConsumerType
public interface PageInfo
PageInfo interface provides support for implementing the identically named type from
https://relay.dev/graphql/connections.htm#sec-Connection-Types.Fields.PageInfo.| Modifier and Type | Method and Description |
|---|---|
@NotNull Cursor |
getEndCursor() |
@NotNull Cursor |
getStartCursor() |
boolean |
isHasNextPage() |
boolean |
isHasPreviousPage() |
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.