Documentation
Client
Functions
createClient

Function: createClient()

createClient<P>(options): Client

Defined in: src/client.ts:460

Creates a disposable GraphQL over WebSocket client.

Type Parameters

P extends undefined | Record<string, unknown> = undefined | Record<string, unknown>

Parameters

options

ClientOptions<P>

Returns

Client