Commits
Click on a commit to change the comparison rangefix(client): Correctly handle invalid dates in both protocols
For GraphQL protocol: stop converting invalid dates to `null`, generate
proper error message.
For JSON: show proper validation message pointing where exactly we
encountered invalid date.
Fix #18970 fix(client): Correctly handle invalid dates in both protocols
For GraphQL protocol: stop converting invalid dates to `null`, generate
proper error message.
For JSON: show proper validation message pointing where exactly we
encountered invalid date.
Fix #18970 fix(client): Correctly handle invalid dates in both protocols
For GraphQL protocol: stop converting invalid dates to `null`, generate
proper error message.
For JSON: show proper validation message pointing where exactly we
encountered invalid date.
Fix #18970 fix(client): Correctly handle invalid dates in both protocols
For GraphQL protocol: stop converting invalid dates to `null`, generate
proper error message.
For JSON: show proper validation message pointing where exactly we
encountered invalid date.
Fix #18970 fix(client): Correctly handle invalid dates in both protocols
For GraphQL protocol: stop converting invalid dates to `null`, generate
proper error message.
For JSON: show proper validation message pointing where exactly we
encountered invalid date.
Fix #18970 Use `isDate` in more places Fix GraphQL date error rendering