Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support to load sub-graph from Tailcall #2822

Closed
tusharmath opened this issue Sep 15, 2024 · 4 comments
Closed

feat: add support to load sub-graph from Tailcall #2822

tusharmath opened this issue Sep 15, 2024 · 4 comments
Assignees
Labels
💎 Bounty state: inactive No current action needed/possible; issue fixed, out of scope, or superseded.

Comments

@tusharmath
Copy link
Contributor

tusharmath commented Sep 15, 2024

Depends on but not blocked on:

Tailcall should be able to connect to other Tailcall subgraphs for and create a Federated GraphQL API.

Config Changes

schema 
  @link(src: "http://products:4000" type: SubGraph meta: {name: "Products"}) 
  @link(src: "http://products:5000" type: SubGraph meta: {name: "Reviews"}) {
  query: Query
}

Feature Requirements

  • Tailcall should connect to the provided source and load the config.
  • The loaded configuration should be merged automatically.
  • The merged configuration should add http/grpc proxy while merging to /pass route.

Technical Requirements

  • Write high-quality modular code.
  • Ensure enough tests are written to guarantee everything is working.
  • Merging should fail if the sub-graph isn't Tailcall.
@tusharmath tusharmath changed the title Add support to load sub-graph from Tailcall feat: add support to load sub-graph from Tailcall Sep 15, 2024
@tusharmath
Copy link
Contributor Author

/bounty $300

Copy link

algora-pbc bot commented Sep 15, 2024

## 💎 $300 bounty • Tailcall Inc.

### Steps to solve:
1. Start working: Comment /attempt #2822 with your implementation plan
2. Submit work: Create a pull request including /claim #2822 in the PR body to claim the bounty
3. Receive payment: 100% of the bounty is received 2-5 days post-reward. Make sure you are eligible for payouts

🙏 Thank you for contributing to tailcallhq/tailcall!
🧐 Checkout our guidelines before you get started.
💵 More about our bounty program.

@meskill meskill self-assigned this Sep 17, 2024
Copy link

Action required: Issue inactive for 30 days.
Status update or closure in 7 days.

@github-actions github-actions bot added the state: inactive No current action needed/possible; issue fixed, out of scope, or superseded. label Oct 17, 2024
Copy link

Issue closed after 7 days of inactivity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💎 Bounty state: inactive No current action needed/possible; issue fixed, out of scope, or superseded.
Projects
None yet
Development

No branches or pull requests

2 participants