@cbnsndwch/zero-sources

SyncedQueriesModuleOptions.path property

Home > @cbnsndwch/nest-zero-synced-queries > SyncedQueriesModuleOptions > path

SyncedQueriesModuleOptions.path property

The path where the synced queries endpoint will be mounted.

This path is relative to your API root and should match the configuration in your Zero client.

Signature:

path?: string;

Example 1

'synced-queries'

Example 2

'zero/get-queries' 'zero/get-queries'

How was this page?