toriphes / wp-graphql-ninja-forms

Adds Ninja Forms Functionality to WPGraphQL schema
GNU General Public License v3.0
10 stars 2 forks source link

eagerly load Field object type #7

Closed Marco-Daniel closed 3 years ago

Marco-Daniel commented 3 years ago

The union fields on type FormField (like TextBoxField, SubmitField etc) break without this line.

Marco-Daniel commented 3 years ago

Added some code to make the field label position an enum. Just not sure what composer command to run to add it to the autoloading process