FSharp.Data.GraphQL


Edge<'Node>

Namespace: FSharp.Data.GraphQL.Relay

Record used to represent Relay node with cursor identifier.

Record Fields

Record FieldDescription
Cursor
Signature: string

Cursor used to identify current node.

Node
Signature: 'Node

Object satisfying Relay Node interface definition.

Fork me on GitHub