Skip to content

Commit 5c24580

Browse files
committed
fix: object definition already in common
1 parent 74e031c commit 5c24580

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/gatsby-source-shopify/src/type-builders/location-type.ts

-7
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,6 @@ export function locationTypeBuilder(prefix: string): string {
100100
value: Float!
101101
}
102102
103-
enum ${prefix}WeightUnit {
104-
GRAMS
105-
KILOGRAMS
106-
OUNCES
107-
POUNDS
108-
}
109-
110103
extend type ${prefix}ProductVariant {
111104
inventoryItem: ${prefix}InventoryItem!
112105
}

0 commit comments

Comments
 (0)