mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
update product search hook. whitelist cdn
This commit is contained in:
2
framework/swell/schema.d.ts
vendored
2
framework/swell/schema.d.ts
vendored
@@ -4147,7 +4147,7 @@ export type ProductOption = Node & {
|
||||
/** The product option’s name. */
|
||||
name: Scalars['String']
|
||||
/** The corresponding value to the product option name. */
|
||||
values: Array<Scalars['String']>
|
||||
values: Array<Scalars['Object']>
|
||||
}
|
||||
|
||||
/** The price range of the product. */
|
||||
|
Reference in New Issue
Block a user