deep-foundation / deep-foundation/deeplinks
Unable to pass number as link_id when selecting from any value table
Open
bug
- Dominant language
- TypeScript
- Stars
- 13
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
# Code
```ts
await deep.select({
link_id: 6664
}, {table: 'objects'})
```
# Error
```
ApolloError: expected an object for type "bigint_comparison_exp", but found a number
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.