Type Alias: ConnectionRef<TName>
ConnectionRef<
TName> =Readonly<{items:ReadonlyArray<{cursor?:string;node:ViewRef<TName>; }>;pagination?:Pagination; }>
Defined in: packages/fate/lib/transport-BjGm__3t.d.mts:1107
Ref for a connection, including pagination metadata.
Type Parameters
TName
TName extends string