Uses of Interface
graphql.relay.ConnectionCursor
-
Packages that use ConnectionCursor Package Description graphql.relay -
-
Uses of ConnectionCursor in graphql.relay
Classes in graphql.relay that implement ConnectionCursor Modifier and Type Class Description classDefaultConnectionCursorFields in graphql.relay declared as ConnectionCursor Modifier and Type Field Description private ConnectionCursorDefaultEdge. cursorprivate ConnectionCursorDefaultPageInfo. endCursorprivate ConnectionCursorDefaultPageInfo. startCursorMethods in graphql.relay that return ConnectionCursor Modifier and Type Method Description ConnectionCursorSimpleListConnection. cursorForObjectInConnection(T object)find the object's cursor, or null if the object is not in this connection.ConnectionCursorDefaultEdge. getCursor()ConnectionCursorEdge. getCursor()ConnectionCursorDefaultPageInfo. getEndCursor()ConnectionCursorPageInfo. getEndCursor()ConnectionCursorDefaultPageInfo. getStartCursor()ConnectionCursorPageInfo. getStartCursor()Constructors in graphql.relay with parameters of type ConnectionCursor Constructor Description DefaultEdge(T node, ConnectionCursor cursor)DefaultPageInfo(ConnectionCursor startCursor, ConnectionCursor endCursor, boolean hasPreviousPage, boolean hasNextPage)
-