-
Notifications
You must be signed in to change notification settings - Fork 105
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(374): add full JsonPlaceholder configuration #390
feat(374): add full JsonPlaceholder configuration #390
Conversation
Please review @tusharmath |
Moving to draft to reduce noise and improve CI efficiency. Once you are ready just mark it as "ready to review". Feel free to give a shoutout on the #contributors channel on Discord if you want immediate attention. |
@tusharmath I just implemented requested changes. Please review. |
@onyedikachi-david Can you please raise a PR wrt — https://github.com/tailcallhq/tailcall/blob/main/examples/jsonplaceholder.graphql also. |
The configuration is becoming too big I think it would be better to raise a PR wrt to https://github.com/tailcallhq/tailcall/blob/main/examples/jsonplaceholder.graphql And then on the website give a link to the raw URL — https://raw.githubusercontent.com/tailcallhq/tailcall/main/examples/jsonplaceholder.graphql |
Moving to draft to reduce noise and improve CI efficiency. Once you are ready just mark it as "ready to review". Feel free to give a shoutout on the #contributors channel on Discord if you want immediate attention. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The configuration is becoming too big I think it would be better to raise a PR wrt to https://github.com/tailcallhq/tailcall/blob/main/examples/jsonplaceholder.graphql
And then on the website give a link to the raw URL — https://raw.githubusercontent.com/tailcallhq/tailcall/main/examples/jsonplaceholder.graphql
Just for graphql or json and yml too?
Signed-off-by: David Anyatonwu <[email protected]>
Done. |
Signed-off-by: David Anyatonwu <[email protected]>
/tip $10 Not a priority at the moment. Closing this PR for now. Thank you for your efforts! |
🎉🎈 @onyedikachi-david has been awarded $10! 🎈🎊 |
Add a comprehensive Tailcall configuration for JsonPlaceholder API,
including GraphQL, YAML, and JSON versions. Implement relationships
between types using @call directive and validate configurations via
Tailcall CLI.
Fixes: #374
/claim #374