Skip to content

fetchClientManifest

function fetchClientManifest(options): Promise<ClientManifest>;

Defined in: client/src/generate/generate.ts:38

Fetch the raw manifest the server publishes at {prefix}/client/schema.

Parameter Type
options SchemaSourceOptions

Promise<ClientManifest>