Skip to content

Commit b0cb52f

Browse files
committed
Add date and time scalars
Date, DateTime, DateTimeWithoutTimezone, TimeWithoutTimezone
1 parent 2013f86 commit b0cb52f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

shopify_function/src/scalars.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,8 @@ pub use decimal::Decimal;
88
pub type Void = ();
99
pub type URL = String;
1010
pub type Handle = String;
11+
12+
pub type Date = String;
13+
pub type DateTime = String;
14+
pub type DateTimeWithoutTimezone = String;
15+
pub type TimeWithoutTimezone = String;

0 commit comments

Comments
 (0)