Skip to content

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

Defined in: index.ts:181

Properties

host?

ts
optional host: string;

Defined in: index.ts:185


identifiers

ts
identifiers: object[];

Defined in: index.ts:183

id

ts
id: string;

type

ts
type: string;

namespace?

ts
optional namespace: string;

Defined in: index.ts:186


op

ts
op: "findMany";

Defined in: index.ts:182


resourcePath?

ts
optional resourcePath: string;

Defined in: index.ts:184

Released under the MIT License.