Amit Singh

Results 35 issues of Amit Singh

In #1023 we have enabled clippy for all workspaces In order to make it pass on CI we have allowed few rules in some files 1. `#[allow(clippy::same_item_push)]` and `#[allow(clippy::too_many_arguments)]` in...

state: inactive
good first issue

**Description:** Currently, Tailcall allows developers to define custom scalars. However, there's no built-in way to add validations on those custom scalars. I propose creating a `@validate` directive which takes js...

💎 Bounty

We are currently performing explicit validation of responses within our GraphQL executor based on `responseValidation` setting in `@server` directive . However, this might be redundant as GraphQL inherently includes capabilities...

good first issue

**Is your feature request related to a problem? Please describe.** To bootstrap Tailcall, I need to write all the Types by hand, If I have openAPI spec, I should be...

**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....

ci: benchmark
type: fix

**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....

ci: benchmark
type: fix

#### Summary Enable Tailcall to support Apollo Federation by adding a flag in the `@server` directive. When enabled, this flag will support the `_entities` query, allowing Tailcall to function as...

💎 Bounty

### Feature Request #### Summary The current GraphQL schema allows for HTTP requests to be configured via the `@http` directive. However, there is a need to support skipping null query...

💎 Bounty

**Description** With the provided configuration, some types with single fields are not getting flattened as expected. The relevant configuration is given below: ```yml headers: &headers appversion: "11.3.1-WEB" authorization: "Bearer "...

💎 Bounty
type: bug