Amit Singh

Results 35 issues of Amit Singh

### Issue Description When merging types in the generated GraphQL config, if two types have exactly similar fields but differ only by unknown (empty) types, the known type should be...

💎 Bounty

There are certain tests in our test suite that get stuck for hours, and ideally, they should timeout. We need a mechanism to set a timeout for each test to...

💎 Bounty

**Summary:** _Briefly describe the changes made in this PR._ **Issue Reference(s):** Fixes #... _(Replace "..." with the issue number)_ **Build & Testing:** - [ ] I ran `cargo test` successfully....

type: fix

**Description:** When installing CPU-specific builds (e.g., `@tailcallhq/core-linux-x64-musl`), running `tailcall -V` displays `tailcall 0.1.0-dev` instead of the actual installed version. **Steps to Reproduce:** 1. Install the CPU-specific build from NPM: ```bash...

**Is your feature request related to a problem? Please describe.** I need a way to limit the depth of queries which can be accepted by my graphql server **Describe the...