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.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
options |
SchemaSourceOptions |
Returns
Section titled “Returns”Promise<ClientManifest>