Skip to content

Commit da4b2d9

Browse files
committed
Map JSON scalar to serde_json::Value
1 parent bb5d501 commit da4b2d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shopify_function/src/scalars.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ pub type Boolean = bool;
44
pub type Float = f64;
55
pub type Int = i64;
66
pub type ID = String;
7+
pub type JSON = serde_json::Value;
78
pub use decimal::Decimal;
89
pub type Void = ();
910
pub type URL = String;

0 commit comments

Comments
 (0)