Uses of Interface
graphql.relay.ConnectionCursor
Packages that use ConnectionCursor
-
Uses of ConnectionCursor in graphql.relay
Classes in graphql.relay that implement ConnectionCursorMethods 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)