Open tusharmath opened 1 month ago
/bounty $200
/attempt #2817
with your implementation plan/claim #2817
in the PR body to claim the bounty🙏 Thank you for contributing to tailcallhq/tailcall! 🧐 Checkout our guidelines before you get started. 💵 More about our bounty program.
Attempt | Started (GMT+0) | Solution |
---|---|---|
🔴 @ssddOnTop | Sep 15, 2024, 7:46:17 PM | WIP |
🔴 @karatakis | Sep 20, 2024, 9:47:52 AM | WIP |
🔴 @EveEdwin | Sep 24, 2024, 5:54:43 PM | WIP |
🔴 @TomBebb | Nov 8, 2024, 7:12:51 PM | WIP |
/attempt #2817
Algora profile | Completed bounties | Tech | Active attempts | Options |
---|---|---|---|---|
@ssddOnTop | 76 tailcallhq bounties | Rust, Java, C & more |
Cancel attempt |
@ssddOnTop: Reminder that in 1 days the bounty will become up for grabs, so please submit a pull request before then 🙏
is there a reason to generate a type Config
? Schema types are dynamic and will be different for every config, that's will be hard to fetch actually. Apollo federation just uses String to pass the sdl content
The bounty is up for grabs! Everyone is welcome to /attempt #2817
🙌
Does the provided mutation update the configuration when the Tailcall service is online?
type Mutation {
patch(config: Config!): Status
}
/attempt #2817
Algora profile | Completed bounties | Tech | Active attempts | Options |
---|---|---|---|---|
@karatakis | 2 tailcallhq bounties | Rust, JavaScript, PHP & more |
Cancel attempt |
@karatakis: Reminder that in 1 days the bounty will become up for grabs, so please submit a pull request before then 🙏
The bounty is up for grabs! Everyone is welcome to /attempt #2817
🙌
/attempt #2817
closing this one in favour of https://github.com/tailcallhq/tailcall/issues/2903
@meskill In general its a good idea to have type-safe APIs, that's the whole point of GraphQL and gRPC, however for now I have changed the requirements in #2903 so that we can build this quickly.
@EveEdwin: Reminder that in 1 days the bounty will become up for grabs, so please submit a pull request before then 🙏
The bounty is up for grabs! Everyone is welcome to /attempt #2817
🙌
Action required: Issue inactive for 30 days. Status update or closure in 7 days.
/attempt #2817
@TomBebb: Reminder that in 1 days the bounty will become up for grabs, so please submit a pull request before then 🙏
The bounty is up for grabs! Everyone is welcome to /attempt #2817
🙌
Create a new route
/graphql
which internally exposes a GraphQL API with the following schemaTechnical Requirements
server.admin.port
setting