Package | Description |
---|---|
graphql.relay |
Modifier and Type | Class and Description |
---|---|
class |
DefaultConnectionCursor |
Modifier and Type | Method and Description |
---|---|
ConnectionCursor |
SimpleListConnection.cursorForObjectInConnection(T object)
find the object's cursor, or null if the object is not in this connection.
|
ConnectionCursor |
Edge.getCursor() |
ConnectionCursor |
DefaultEdge.getCursor() |
ConnectionCursor |
PageInfo.getEndCursor() |
ConnectionCursor |
DefaultPageInfo.getEndCursor() |
ConnectionCursor |
PageInfo.getStartCursor() |
ConnectionCursor |
DefaultPageInfo.getStartCursor() |
Constructor and Description |
---|
DefaultEdge(T node,
ConnectionCursor cursor) |
DefaultPageInfo(ConnectionCursor startCursor,
ConnectionCursor endCursor,
boolean hasPreviousPage,
boolean hasNextPage) |
Copyright © 2019. All rights reserved.