Closed Marco-Daniel closed 3 years ago
Hi @Marco-Daniel thanks for the feedback. It appears to be a problem with how wp graphql handles model values.
I just released version 0.1.3 which fixes this bug.
Please let me know if everything works fine.
@toriphes Awesome, it's returning data now. Only the required field doesn't respect the settings, it always returns false.
Maybe it's cache? I can't reproduce it locally
I think you're right in that it was a caching issue or something like that. I can't reproduce it anymore. Thanks!
When using the date field I get the following error in wp-graphql:
debugMessage": "Abstract type FormField must resolve to an Object type at runtime for field FormToFormFieldConnection.nodes with value \"instance of WPGraphQL\\NinjaForms\\Model\\Field_Model\", received \"null\". Either the FormField type should provide a \"resolveType\" function or each possible type should provide an \"isTypeOf\" function."