-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Refetch function info when the url changes #1566
Conversation
Review app for commit 78755b2 deployed to Heroku: https://hge-ci-pull-1566.herokuapp.com |
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.
Functionality works
Review app for commit 2330046 deployed to Heroku: https://hge-ci-pull-1566.herokuapp.com |
Review app https://hge-ci-pull-1566.herokuapp.com is deleted |
…ets (#1566) <!-- The PR description should answer 2 important questions: --> ### What Enabled type checking for preset values provided to fields or arguments of object types in type, command, or model permissions. This check is controlled by a compatibility flag, with the date set to the next release. A warning will be issued for projects with older compatibility dates. Type check also extended to fields within an object having object types (nested fields). ### How <!-- How is it trying to accomplish it (what are the implementation steps)? --> Type-checking functions now report issues for object-type value type-check failures. These are raised as warnings for existing projects and as strict errors for new projects or those with the latest compatibility dates. V3_GIT_ORIGIN_REV_ID: 840c4f2e5ef2bd9c5c307528c3f797fe7ba2070b
Fix #1561
Description
Add to component lifecycle method to fetch info again when functionName or schema changes.
What component does this PR affect?
Requires changes from other components? If yes, please mark the components:
Related Issue
Solution and Design
Type
Checklist: