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

Add fieldPath argument to field hooks #3849

Merged
merged 3 commits into from
Oct 8, 2020

Conversation

gautamsi
Copy link
Member

@gautamsi gautamsi commented Sep 30, 2020

similar to #3420 logging with generic plugin in field hooks will be easier. have not updated any plugins for this purpose, that is for later

currently the resolvedData argument to field hooks is also not sanitized, it is an object. ideally it would be field value after defaults are applied. To be able t write some generic field hook (not exactly but someone may) which needs to return resolvedData[fieldPath] to make it work

@changeset-bot
Copy link

changeset-bot bot commented Sep 30, 2020

🦋 Changeset detected

Latest commit: cd2d816

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@keystonejs/keystone Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Contributor

@timleslie timleslie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, this looks really useful 👍

@timleslie timleslie merged commit 20c921c into keystonejs:master Oct 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants