Integrats with WPGraphQL Content Blocks by exposing the GravityformsFormAttributes.form field for directly accessing the Form data from within the editorBlocks.
Why
Closes #301
How
Testing Instructions
Additional Info
Checklist:
[x] This PR is tested to the best of my abilities.
[x] This PR follows the WordPress Coding Standards.
[x] This PR has proper inline documentation.
[x] This PR has unit tests to verify the code works as intended.
[x] The changes in this PR have been noted in CHANGELOG.md
What
Integrats with WPGraphQL Content Blocks by exposing the
GravityformsFormAttributes.form
field for directly accessing the Form data from within theeditorBlocks
.Why
Closes #301
How
Testing Instructions
Additional Info
Checklist: