Skip to content

Commit efc0d57

Browse files
committed
Change shortId to handle
1 parent 738b202 commit efc0d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shopify_function/src/scalars.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ pub type ID = String;
55
pub type Decimal = String;
66
pub type Void = ();
77
pub type URL = String;
8-
pub type ShortID = String;
8+
pub type Handle = String;

0 commit comments

Comments
 (0)