toriphes / wp-graphql-ninja-forms

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

'type' => 'FieldLabelPosEnum' doesn't exist. #6

Closed Marco-Daniel closed 3 years ago

Marco-Daniel commented 3 years ago

'type' => 'FieldLabelPosEnum' doesn't exist. Because of this the 'labelPos' doesn't show up on the base FormField type. Changing it to a string fixes this.

Also a small spelling fix.

toriphes commented 3 years ago

Thank you @Marco-Daniel, good catch!