deep-foundation / deep-foundation/deeplinks
How to use two links from the same query?
- Dominant language
- TypeScript
- Stars
- 13
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
```ts
await deep.insert([
{
type_id: typeTypeLinkId,
in: {
data: {
type_id: containTypeLinkId,
from_id: packageLinkId,
string: { data: { value: 'A' } },
},
},
},
{
type_id: typeTypeLinkId,
in: {
data: {
type_id: containTypeLinkId,
from_id: packageLinkId,
string: { data: { value: 'B' } },
},
},
},
// Link with from_id A and to_id B
// ???????
]);
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the deep.insert entry point shown in the TypeScript example and inspect the related API documentation or tests, if available. Done means there is a documented, reproducible way to create two links from the same query and connect the links using the requested from_id and to_id relationship; the issue names no files or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100