Skip to content

Type Alias: ConnectionRef<TName>

ConnectionRef<TName> = Readonly<{ items: ReadonlyArray<{ cursor?: string; node: ViewRef<TName>; }>; pagination?: Pagination; }>

Defined in: packages/fate/lib/types-DcpX20d5.d.mts:1132

Ref for a connection, including pagination metadata.

Type Parameters

TName

TName extends string

Released under the MIT License