Skip to content

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

Defined in: index.ts:173

Properties

host?

ts
optional host: string;

Defined in: index.ts:177


identifier

ts
identifier: object;

Defined in: index.ts:175

type

ts
type: string;

namespace?

ts
optional namespace: string;

Defined in: index.ts:178


op

ts
op: "query";

Defined in: index.ts:174


resourcePath?

ts
optional resourcePath: string;

Defined in: index.ts:176

Released under the MIT License.