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.
2 parents a86d227 + da4b2d9 commit 9db2794Copy full SHA for 9db2794
shopify_function/src/scalars.rs
@@ -4,6 +4,7 @@ pub type Boolean = bool;
4
pub type Float = f64;
5
pub type Int = i64;
6
pub type ID = String;
7
+pub type JSON = serde_json::Value;
8
pub use decimal::Decimal;
9
pub type Void = ();
10
pub type URL = String;
0 commit comments