Uses of Interface
graphql.relay.ConnectionCursor
Packages that use ConnectionCursor
-
Uses of ConnectionCursor in graphql.relay
Classes in graphql.relay that implement ConnectionCursorFields in graphql.relay declared as ConnectionCursorModifier and TypeFieldDescriptionprivate final ConnectionCursor
DefaultEdge.cursor
private final ConnectionCursor
DefaultPageInfo.endCursor
private final ConnectionCursor
DefaultPageInfo.startCursor
Methods in graphql.relay that return ConnectionCursorModifier and TypeMethodDescriptionSimpleListConnection.cursorForObjectInConnection
(T object) find the object's cursor, or null if the object is not in this connection.DefaultEdge.getCursor()
Edge.getCursor()
DefaultPageInfo.getEndCursor()
PageInfo.getEndCursor()
DefaultPageInfo.getStartCursor()
PageInfo.getStartCursor()
Constructors in graphql.relay with parameters of type ConnectionCursorModifierConstructorDescriptionDefaultEdge
(T node, ConnectionCursor cursor) DefaultPageInfo
(ConnectionCursor startCursor, ConnectionCursor endCursor, boolean hasPreviousPage, boolean hasNextPage)