Amit Singh
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...
**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...
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...
**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....
**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....
#### 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...
### 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...
**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 "...