deep-foundation / deep-foundation/deeplinks

Make syntax even shorter for DeepClient queries

Open
#236 0 comments 1 reaction 1 assignee Claimed by @konard View on GitHub
Dominant language
TypeScript
Stars
13
Forks
8
PR merge metrics
No merged PRs in 30d

Description

from
```js
await deep.select({
type_id: { _id: ["@deep-foundation/core", "Promise"] },
});
```
to
```js
await deep.select({
type_id: ["@deep-foundation/core", "Promise"],
});
```

This should also be supported for IUD operations.

This can be done at the same time with this issue: https://github.com/deep-foundation/deeplinks/issues/181

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.