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

refactor: add support for meta in @link #2821

Closed
tusharmath opened this issue Sep 15, 2024 · 5 comments · Fixed by #2824
Closed

refactor: add support for meta in @link #2821

tusharmath opened this issue Sep 15, 2024 · 5 comments · Fixed by #2824

Comments

@tusharmath
Copy link
Contributor

Link doesn't support for additional meta information with the URLs. Let's add it, for eg:

schema @link(
  src: "http://products:4000",
  type: SubGraph,
  meta: { 
    description: "Product service subgraph", 
    version: "1.2.0", 
    environment: "production"
  }
){
  query: Query
}

Technical Requirements

  • Meta should accept any JSON scalar.
  • Add concise tests for meta
@tusharmath
Copy link
Contributor Author

/bounty $60

Copy link

algora-pbc bot commented Sep 15, 2024

💎 $60 bounty • Tailcall Inc.

Steps to solve:

  1. Start working: Comment /attempt #2821 with your implementation plan
  2. Submit work: Create a pull request including /claim #2821 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.

Attempt Started (GMT+0) Solution
🔴 @itsdheerajdp Sep 16, 2024, 10:40:50 AM WIP

@tusharmath tusharmath changed the title add support for meta in @link refactor: add support for meta in @link Sep 15, 2024
@dheerajsingh89
Copy link

dheerajsingh89 commented Sep 16, 2024

/attempt #2821

@tusharmath can i get it assigned so that i'll start working on it

Algora profile Completed bounties Tech Active attempts Options
@itsdheerajdp 4 bounties from 2 projects
HTML, JavaScript,
TypeScript & more
Cancel attempt

Copy link

algora-pbc bot commented Sep 17, 2024

@itsdheerajdp: Reminder that in 1 days the bounty will become up for grabs, so please submit a pull request before then 🙏

Copy link

algora-pbc bot commented Sep 18, 2024

The bounty is up for grabs! Everyone is welcome to /attempt #2821 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants