deep-foundation / deep-foundation/deeplinks
type_mp
- Dominant language
- TypeScript
- Stars
- 13
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
https://discord.com/channels/739430470345031692/845445509379784714/978474269296193537
```js
// 25 is AllowInsert with type=Operation 23
// 23 is Operation with type=Type 1
// is type_id typeof/instanceof from 25 (have topby tree 25 in types chain)?
{ type_id: { _type_of: 25 } }
// { type: { _by_item: { path_item_id: { _eq: 25 }, group_id: { _eq: 0 } } } }
{ from_id: { _type_of: 25 } }
// { from: { _by_item: { path_item_id: { _eq: 25 }, group_id: { _eq: 0 } } } }
{ to_id: { _type_of: 25 } }
// { to: { _by_item: { path_item_id: { _eq: 25 }, group_id: { _eq: 0 } } } }
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.