Skip to content

Commit 1864fbb

Browse files
Merge pull request #46 from Shopify/add_shortid_to_scalars
Add Handle to Scalars
2 parents 38c256e + efc0d57 commit 1864fbb

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
@@ -7,3 +7,4 @@ pub type ID = String;
77
pub use decimal::Decimal;
88
pub type Void = ();
99
pub type URL = String;
10+
pub type Handle = String;

0 commit comments

Comments
 (0)