Skip to content

Documentation / @ember-data/request-utils / index / FindRelatedResourceUrlOptions

Defined in: index.ts:197

Properties

fieldPath

ts
fieldPath: string;

Defined in: index.ts:200


host?

ts
optional host: string;

Defined in: index.ts:202


identifier

ts
identifier: object;

Defined in: index.ts:199

id

ts
id: string;

type

ts
type: string;

namespace?

ts
optional namespace: string;

Defined in: index.ts:203


op

ts
op: "findRelatedRecord";

Defined in: index.ts:198


resourcePath?

ts
optional resourcePath: string;

Defined in: index.ts:201

Released under the MIT License.