Connection<'Node>
Namespace: FSharp.Data.GraphQL.Relay
Record representing Relay connection object. Connection describes a set of results (Relay nodes) returned from the server. Instead of statically identifying paged results, relay uses notion of the cursor, which allows to track result set windows, while the result set itself may change over time.