Skip to content

Documentation / @warp-drive/utilities / FindRelatedResourceUrlOptions

Interface: FindRelatedResourceUrlOptions

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

Properties

fieldPath

ts
fieldPath: string;

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


host?

ts
optional host: string;

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


identifier

ts
identifier: object;

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

id

ts
id: string;

type

ts
type: string;

namespace?

ts
optional namespace: string;

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


op

ts
op: "findRelatedRecord";

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


resourcePath?

ts
optional resourcePath: string;

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

Released under the MIT License.