-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Set field alias and type for gravity forms plugin #29717
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
base: master
Are you sure you want to change the base?
Conversation
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.
Looks great! thanks for this!
@@ -97,6 +98,7 @@ const remoteSchema: IRemoteSchemaStore = { | |||
internal: `wpInternal`, | |||
plugin: `wpPlugin`, | |||
actionOptions: `wpActionOptions`, | |||
fields: 'wpFields', |
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.
@tinytoolbox This fails our lint checks, please change:
fields: 'wpFields', | |
fields: `wpFields`, |
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.
fix applied. Thanks
Will this make it into a release soon? |
Description
Declares the GravityForms field alias to support WPGraphQL For Gravity Forms plugin. Add type check.
Replacing PR
#29685
with this one to avoid yarn.lock issues.Documentation
Related Issues