Class: RelayConnectionType<CursorType, EdgeType>
Type parameters​
Name | Type |
---|---|
CursorType | extends Cursor = Cursor |
EdgeType | extends RelayEdgeType <CursorType > = RelayEdgeType <CursorType > |
Constructors​
constructor​
• new RelayConnectionType<CursorType
, EdgeType
>(): RelayConnectionType
<CursorType
, EdgeType
>
Type parameters​
Name | Type |
---|---|
CursorType | extends Cursor = Cursor |
EdgeType | extends RelayEdgeType <CursorType , unknown , EdgeType > = RelayEdgeType <CursorType , unknown > |
Returns​
RelayConnectionType
<CursorType
, EdgeType
>
Properties​
edges​
• edges: EdgeType
[]
Defined in​
pageInfo​
• pageInfo: PageInfo
<Cursor
>