4 Reports
GraphQL GroupBy Fails on Custom Date Fields with Parsing and Filter Issues
Created
Found in Release
Winter '25
Last Updated
Reference ID
W-17515335
Summary
When attempting a groupBy operation in GraphQL on custom date fields, the query fails due to the following identified
Parsing Error: The response fails to parse when attempting to process groupBy results.
Filter Issue: Using ne: null filters in the where clause does not function correctly for both custom and standard date fields.
Error Details
Steps to Reproduce
- In a Salesforce org, create a custom field of type Date on the Contact object using Object Manager (e.g., Service_Provider_Assigned_Date).
- Execute a GraphQL query that includes a groupBy operation on this custom field.
- Observe the query failure.
- The issue occurs regardless of the inclusion of a where clause.
Workaround
Currently no workaround for this
Don't groupby custom date fields.
Reference IDW-17515335
4 Reports