Edge<'Node>
Namespace: FSharp.Data.GraphQL.Relay
Record used to represent Relay node with cursor identifier.
Record Fields
Record Field | Description |
Cursor
Signature: string
|
Cursor used to identify current node. |
Node
Signature: 'Node
|
Object satisfying Relay Node interface definition. |