AxeWP / wp-graphql-gravity-forms

GraphQL API for interacting with Gravity Forms.
GNU General Public License v3.0
163 stars 29 forks source link

feat: Add `FieldError.connectedFormField` connection #424

Closed justlevine closed 3 months ago

justlevine commented 3 months ago

What

This PR adds the connectedFormField field to the FieldError object.

Why

To provide drill-down information about the error (when necessary).

How

EntryObjectMutation::get_submission_errors() has been changed to require the $form_id as an argument.

Testing Instructions

Additional Info

Checklist: