Skip to content

Type Alias: ConnectionRef<TName>

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

Defined in: packages/fate/src/types.ts:121

Ref for a connection, including pagination metadata.

Type Parameters

TName

TName extends string

Released under the MIT License