Skip to content

Type Alias: ConnectionRef<TName>

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

Defined in: fate/lib/types-HECWvGpd.d.mts:986

Ref for a connection, including pagination metadata.

Type Parameters

TName

TName extends string

Released under the MIT License