update product search hook. whitelist cdn

This commit is contained in:
Greg Hoskin
2021-03-29 17:49:14 -06:00
parent e4c1050880
commit 1ebf458fb2
8 changed files with 31 additions and 56 deletions

View File

@@ -4147,7 +4147,7 @@ export type ProductOption = Node & {
/** The product options 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. */