nestjs-backend-common
Preparing search index...
Edge
Interface Edge<TNode>
interface
Edge
<
TNode
>
{
cursor
:
string
;
node
:
TNode
;
}
Type Parameters
TNode
Index
Properties
cursor
node
Properties
cursor
cursor
:
string
Description
An opaque cursor for pagination
node
node
:
TNode
Description
The item at the end of the edge
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cursor
node
nestjs-backend-common
Loading...
Description
An opaque cursor for pagination