Closed meskill closed 22 hours ago
/bounty $50
/attempt #2911
with your implementation plan/claim #2911
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 |
---|---|---|
🟢 @dekkku | #3102 |
💡 @dekkku submitted a pull request that claims the bounty. You can visit your bounty board to reward.
🎉🎈 @dekkku has been awarded $50! 🎈🎊
Resolvers on types could use different fields from the respective type inside the resolver itself.
Add a validation that every field that is used as
.value.field_name
inside the resolver is actually part of the type and if not generated a Validation error with info about unknown field. Make sure nested paths.value.a.b.c
are covered as well.Good Example
Bad Examples