Przejdź do głównej zawartości

Interface: ConnectionEdge<T>

Relay-style GraphQL connection normalizer.

Converts { edges: [{ node }], pageInfo, totalCount } → flat array. Pure function, 0 deps, works everywhere.

Type Parameters

T

T

Properties

cursor

cursor: string


node

node: T