Skip to content

Commit 9db2794

Browse files
authored
Merge pull request #79 from thosakwe/add-json-scalar
Map JSON scalar to serde_json::Value
2 parents a86d227 + da4b2d9 commit 9db2794

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)