Skip to content

Documentation / @warp-drive/utilities / index / FindRelatedResourceUrlOptions

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

Properties

fieldPath

ts
fieldPath: string;

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


host?

ts
optional host: string;

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


identifier

ts
identifier: object;

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

id

ts
id: string;

type

ts
type: string;

namespace?

ts
optional namespace: string;

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


op

ts
op: "findRelatedRecord";

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


resourcePath?

ts
optional resourcePath: string;

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

Released under the MIT License.