Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit daee019

Browse files
authored
Merge pull request #66 from wp-graphql/milestone/custom-scalars
feat: custom-scalars πŸš€
2 parents 06af68a + 4ab3b9a commit daee019

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: 'feat: date scalar'
3+
pr: 65
4+
author: jasonbahl
5+
type: feat
6+
breaking: false
7+
branch: milestone/custom-scalars
8+
---
9+
null

β€Žautomation-tests.phpβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
// - Email
2222
// - Phone
2323
// - DateTime
24+
// - Date
2425

2526
// BREAKING CHANGE
2627
// We're simulating a breaking change with this comment.

0 commit comments

Comments
Β (0)