Skip to content

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

Defined in: index.ts:188

Properties

fieldPath

ts
fieldPath: string;

Defined in: index.ts:191


host?

ts
optional host: string;

Defined in: index.ts:193


identifier

ts
identifier: object;

Defined in: index.ts:190

id

ts
id: string;

type

ts
type: string;

namespace?

ts
optional namespace: string;

Defined in: index.ts:194


op

ts
op: "findRelatedCollection";

Defined in: index.ts:189


resourcePath?

ts
optional resourcePath: string;

Defined in: index.ts:192

Released under the MIT License.