Skip to content

Documentation / @warp-drive/utilities / FindRelatedCollectionUrlOptions

Interface: FindRelatedCollectionUrlOptions

Defined in: utilities/src/index.ts:106

Properties

fieldPath

ts
fieldPath: string;

Defined in: utilities/src/index.ts:109


host?

ts
optional host: string;

Defined in: utilities/src/index.ts:111


identifier

ts
identifier: object;

Defined in: utilities/src/index.ts:108

id

ts
id: string;

type

ts
type: string;

namespace?

ts
optional namespace: string;

Defined in: utilities/src/index.ts:112


op

ts
op: "findRelatedCollection";

Defined in: utilities/src/index.ts:107


resourcePath?

ts
optional resourcePath: string;

Defined in: utilities/src/index.ts:110

Released under the MIT License.