-
-
Notifications
You must be signed in to change notification settings - Fork 53
feat: Added support for js pipeline resolver #46
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: Added support for js pipeline resolver #46
Conversation
7faf161
to
a40127f
Compare
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 |
a515404
to
d30ee23
Compare
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.
LGTM but there are a few small suggestions to apply before we can merge it.
b7fe745
to
02d51a9
Compare
Done. I have updated the code as requested. |
Examples do not work. Please fix those and let me know. |
@antonbabenko 🤔 Let me check |
- runtime changed to block from string in the prev commit
bbb1794
to
5fadb1a
Compare
@antonbabenko Should be fixed now |
- missed request template and response template
300ad34
to
43ed06b
Compare
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.
@antonbabenko updated the code
@antonbabenko I have updated the code. Let me know if its good to be merged. |
I'm also in great need of this PR to be merged! Please check this out! :) |
I really need this too. I need to use APPSYNC_JS for one of my resolvers |
## [1.7.0](v1.6.2...v1.7.0) (2023-03-11) ### Features * Added support for js pipeline resolver ([#46](#46)) ([d660ffb](d660ffb))
This PR is included in version 1.7.0 🎉 |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
Motivation and Context
Breaking Changes
How Has This Been Tested?
examples/*
to demonstrate and validate my change(s)examples/*
projectspre-commit run -a
on my pull request