We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2013f86 commit b0cb52fCopy full SHA for b0cb52f
shopify_function/src/scalars.rs
@@ -8,3 +8,8 @@ pub use decimal::Decimal;
8
pub type Void = ();
9
pub type URL = String;
10
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