wp-graphql / wpgraphql-acf

Re-architecture of WPGraphQL for ACF
GNU General Public License v3.0
83 stars 12 forks source link

ACFE Date Range Picker returning error #163

Closed jasonbahl closed 8 months ago

jasonbahl commented 8 months ago

Description

When querying the ACFE Date Range Picker, if no values have been saved, an error is returned.

Steps to reproduce

  1. Add a field of the ACFE Date Range Picker field to a field group
  2. Assign the field group to pages
  3. Don't populate the field on a page
  4. Query for the field on a page
  5. See an error

CleanShot 2024-02-01 at 12 55 57

PHP or JSON export of the ACF Field Group(s)

acf-export-2024-02-01 (1).json.zip

Additional context

No response

WPGraphQL Version

1.20.0

WPGraphQL For ACF Version

2.1.0

ACF (Advanced Custom Fields) Version. Free or Pro?

latest pro

WordPress Version

6.4

PHP Version

8.2

Additional enviornment details

No response

Please confirm that you have searched existing issues in the repo.

Please confirm that you have disabled ALL plugins except for WPGraphQL, WPGraphQL For ACF, ACF, etc.