@gem-sdk/core 12.0.0-dev.152 → 12.0.0-dev.153
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/components/ComponentToolbarPreview.js +1 -1
- package/dist/cjs/components/ComponentWrapperPreview.js +1 -1
- package/dist/cjs/components/InteractionSuffix.js +1 -1
- package/dist/cjs/components/Render.liquid.js +10 -10
- package/dist/cjs/components/RenderCustomCode.js +3 -3
- package/dist/cjs/components/ai-assistant/AIAssistant.js +1 -1
- package/dist/cjs/components/ai-generator/AIContentGenerator.js +1 -1
- package/dist/cjs/components/ai-generator/components/PickProduct.js +1 -1
- package/dist/cjs/components/ai-generator/components/ToneAndVoice.js +1 -1
- package/dist/cjs/components/resize/Spacing.js +1 -1
- package/dist/cjs/components/theme-section/CreateThemeSection.js +1 -1
- package/dist/cjs/components/theme-section/ThemeSectionTooltip.js +1 -1
- package/dist/cjs/components/upgrade-element/UpgradeOldElement.js +1 -1
- package/dist/cjs/contexts/ProductContext.js +1 -1
- package/dist/cjs/graphql/mutations/page-view-up.generated.js +2 -2
- package/dist/cjs/graphql/queries/articles.generated.js +2 -2
- package/dist/cjs/graphql/queries/blogs.generated.js +2 -2
- package/dist/cjs/graphql/queries/collection-detail-filter.generated.js +145 -9
- package/dist/cjs/graphql/queries/collection.generated.js +124 -8
- package/dist/cjs/graphql/queries/collections.generated.js +40 -3
- package/dist/cjs/graphql/queries/preview-page.generated.js +60 -6
- package/dist/cjs/graphql/queries/product-little-detail.generated.js +54 -5
- package/dist/cjs/graphql/queries/product-medias.generated.js +11 -2
- package/dist/cjs/graphql/queries/product-value-label.generated.js +2 -2
- package/dist/cjs/graphql/queries/product-variant-with-selling-plans.generated.js +57 -4
- package/dist/cjs/graphql/queries/product-variants.generated.js +45 -4
- package/dist/cjs/graphql/queries/products-with-selling-plans.generated.js +196 -8
- package/dist/cjs/graphql/queries/products.generated.js +107 -7
- package/dist/cjs/graphql/queries/published-shop-metas.generated.js +2 -2
- package/dist/cjs/graphql/queries/published-theme-pages.generated.js +80 -9
- package/dist/cjs/graphql/queries/shop-shopify.generated.js +2 -2
- package/dist/cjs/graphql/queries/store-property.generated.js +2 -2
- package/dist/cjs/graphql-app-api/queries/LibrarySaleFunnelDiscount.generated.js +2 -2
- package/dist/cjs/graphql-app-api/queries/LibraryTemplate.generated.js +2 -2
- package/dist/cjs/graphql-app-api/queries/SaleFunnelDiscounts.generated.js +2 -2
- package/dist/cjs/graphql-app-api/queries/SaleFunnelOffer.generated.js +2 -2
- package/dist/cjs/graphql-app-api/queries/ShopLibraryPage.generated.js +2 -2
- package/dist/cjs/graphql-app-api/queries/ThemePage.generated.js +2 -2
- package/dist/cjs/graphql-app-api/queries/ThemePageMeta.generated.js +2 -2
- package/dist/cjs/helpers/interaction/index.js +1 -1
- package/dist/cjs/helpers/queries/get-collection.js +1 -1
- package/dist/cjs/helpers/queries/get-collections.js +1 -1
- package/dist/cjs/helpers/queries/get-product-by-slug.js +1 -1
- package/dist/cjs/helpers/queries/get-product.js +1 -1
- package/dist/cjs/helpers/queries/get-products.js +1 -1
- package/dist/cjs/helpers/queries/getProductOffers.js +1 -1
- package/dist/cjs/hooks/articles/useArticlesQuery.js +1 -1
- package/dist/cjs/hooks/useAnimations.js +1 -1
- package/dist/cjs/hooks/useInitialSwatchesOptions.js +1 -1
- package/dist/cjs/hooks/useProduct.js +1 -1
- package/dist/cjs/upsell-components/RenderPreviewUpsell.js +1 -1
- package/dist/esm/components/ComponentToolbarPreview.js +1 -1
- package/dist/esm/components/ComponentWrapperPreview.js +1 -1
- package/dist/esm/components/InteractionSuffix.js +1 -1
- package/dist/esm/components/Render.liquid.js +9 -9
- package/dist/esm/components/RenderCustomCode.js +3 -3
- package/dist/esm/components/ai-assistant/AIAssistant.js +1 -1
- package/dist/esm/components/ai-generator/AIContentGenerator.js +1 -1
- package/dist/esm/components/ai-generator/components/PickProduct.js +1 -1
- package/dist/esm/components/ai-generator/components/ToneAndVoice.js +1 -1
- package/dist/esm/components/resize/Spacing.js +1 -1
- package/dist/esm/components/theme-section/CreateThemeSection.js +1 -1
- package/dist/esm/components/theme-section/ThemeSectionTooltip.js +1 -1
- package/dist/esm/components/upgrade-element/UpgradeOldElement.js +1 -1
- package/dist/esm/contexts/ProductContext.js +1 -1
- package/dist/esm/graphql/mutations/page-view-up.generated.js +2 -2
- package/dist/esm/graphql/queries/articles.generated.js +2 -2
- package/dist/esm/graphql/queries/blogs.generated.js +2 -2
- package/dist/esm/graphql/queries/collection-detail-filter.generated.js +145 -9
- package/dist/esm/graphql/queries/collection.generated.js +124 -8
- package/dist/esm/graphql/queries/collections.generated.js +40 -3
- package/dist/esm/graphql/queries/preview-page.generated.js +60 -6
- package/dist/esm/graphql/queries/product-little-detail.generated.js +54 -5
- package/dist/esm/graphql/queries/product-medias.generated.js +11 -2
- package/dist/esm/graphql/queries/product-value-label.generated.js +2 -2
- package/dist/esm/graphql/queries/product-variant-with-selling-plans.generated.js +57 -4
- package/dist/esm/graphql/queries/product-variants.generated.js +45 -4
- package/dist/esm/graphql/queries/products-with-selling-plans.generated.js +196 -8
- package/dist/esm/graphql/queries/products.generated.js +107 -7
- package/dist/esm/graphql/queries/published-shop-metas.generated.js +2 -2
- package/dist/esm/graphql/queries/published-theme-pages.generated.js +80 -9
- package/dist/esm/graphql/queries/shop-shopify.generated.js +2 -2
- package/dist/esm/graphql/queries/store-property.generated.js +2 -2
- package/dist/esm/graphql-app-api/queries/LibrarySaleFunnelDiscount.generated.js +2 -2
- package/dist/esm/graphql-app-api/queries/LibraryTemplate.generated.js +2 -2
- package/dist/esm/graphql-app-api/queries/SaleFunnelDiscounts.generated.js +2 -2
- package/dist/esm/graphql-app-api/queries/SaleFunnelOffer.generated.js +2 -2
- package/dist/esm/graphql-app-api/queries/ShopLibraryPage.generated.js +2 -2
- package/dist/esm/graphql-app-api/queries/ThemePage.generated.js +2 -2
- package/dist/esm/graphql-app-api/queries/ThemePageMeta.generated.js +2 -2
- package/dist/esm/helpers/interaction/index.js +1 -1
- package/dist/esm/helpers/queries/get-collection.js +1 -1
- package/dist/esm/helpers/queries/get-collections.js +1 -1
- package/dist/esm/helpers/queries/get-product-by-slug.js +1 -1
- package/dist/esm/helpers/queries/get-product.js +1 -1
- package/dist/esm/helpers/queries/get-products.js +1 -1
- package/dist/esm/helpers/queries/getProductOffers.js +1 -1
- package/dist/esm/hooks/articles/useArticlesQuery.js +1 -1
- package/dist/esm/hooks/useAnimations.js +1 -1
- package/dist/esm/hooks/useInitialSwatchesOptions.js +1 -1
- package/dist/esm/hooks/useProduct.js +1 -1
- package/dist/esm/upsell-components/RenderPreviewUpsell.js +1 -1
- package/dist/types/index.d.ts +27550 -28850
- package/package.json +4 -4
- package/dist/cjs/graphql/fragments/analytic.generated.js +0 -7
- package/dist/cjs/graphql/fragments/collection-detail.generated.js +0 -23
- package/dist/cjs/graphql/fragments/collection-product.generated.js +0 -19
- package/dist/cjs/graphql/fragments/collection.generated.js +0 -20
- package/dist/cjs/graphql/fragments/custom-code.generated.js +0 -6
- package/dist/cjs/graphql/fragments/custom-font.generated.js +0 -14
- package/dist/cjs/graphql/fragments/data-seo.generated.js +0 -7
- package/dist/cjs/graphql/fragments/media.generated.js +0 -12
- package/dist/cjs/graphql/fragments/preview-theme-page.generated.js +0 -35
- package/dist/cjs/graphql/fragments/product-list-select.generated.js +0 -50
- package/dist/cjs/graphql/fragments/product-little.generated.js +0 -31
- package/dist/cjs/graphql/fragments/product-option-value.generated.js +0 -8
- package/dist/cjs/graphql/fragments/product-option.generated.js +0 -10
- package/dist/cjs/graphql/fragments/product-variants-with-selling-plans-select.generated.js +0 -43
- package/dist/cjs/graphql/fragments/product.generated.js +0 -38
- package/dist/cjs/graphql/fragments/published-custom-section.generated.js +0 -8
- package/dist/cjs/graphql/fragments/published-page-section.generated.js +0 -7
- package/dist/cjs/graphql/fragments/published-theme-page.generated.js +0 -39
- package/dist/cjs/graphql/fragments/published-theme-style.generated.js +0 -7
- package/dist/cjs/graphql/fragments/selected-option.generated.js +0 -7
- package/dist/cjs/graphql/fragments/variant.generated.js +0 -31
- package/dist/esm/graphql/fragments/analytic.generated.js +0 -7
- package/dist/esm/graphql/fragments/collection-detail.generated.js +0 -23
- package/dist/esm/graphql/fragments/collection-product.generated.js +0 -19
- package/dist/esm/graphql/fragments/collection.generated.js +0 -20
- package/dist/esm/graphql/fragments/custom-code.generated.js +0 -6
- package/dist/esm/graphql/fragments/custom-font.generated.js +0 -14
- package/dist/esm/graphql/fragments/data-seo.generated.js +0 -7
- package/dist/esm/graphql/fragments/media.generated.js +0 -12
- package/dist/esm/graphql/fragments/preview-theme-page.generated.js +0 -35
- package/dist/esm/graphql/fragments/product-list-select.generated.js +0 -50
- package/dist/esm/graphql/fragments/product-little.generated.js +0 -31
- package/dist/esm/graphql/fragments/product-option-value.generated.js +0 -8
- package/dist/esm/graphql/fragments/product-option.generated.js +0 -10
- package/dist/esm/graphql/fragments/product-variants-with-selling-plans-select.generated.js +0 -43
- package/dist/esm/graphql/fragments/product.generated.js +0 -38
- package/dist/esm/graphql/fragments/published-custom-section.generated.js +0 -8
- package/dist/esm/graphql/fragments/published-page-section.generated.js +0 -7
- package/dist/esm/graphql/fragments/published-theme-page.generated.js +0 -39
- package/dist/esm/graphql/fragments/published-theme-style.generated.js +0 -7
- package/dist/esm/graphql/fragments/selected-option.generated.js +0 -7
- package/dist/esm/graphql/fragments/variant.generated.js +0 -31
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
function e(e,r,t){return r in e?Object.defineProperty(e,r,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[r]=t,e}class r extends String{toString(){return this.value}constructor(r,t){super(r),e(this,"__apiType",void 0),e(this,"value",void 0),e(this,"__meta__",void 0),this.value=r,this.__meta__=t}}let t=new r(`
|
|
2
2
|
query productMedias($firstMedia: Int = 50, $afterMedia: Cursor, $orderBy: ProductOrder, $where: ProductWhereInput, $orderByMedia: MediaOrder) {
|
|
3
3
|
medias: products(first: 1, orderBy: $orderBy, where: $where) {
|
|
4
4
|
edges {
|
|
@@ -20,4 +20,13 @@ import{MediaSelect as e}from"../fragments/media.generated.js";let r=`
|
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
|
-
|
|
23
|
+
fragment MediaSelect on Media {
|
|
24
|
+
id
|
|
25
|
+
baseID
|
|
26
|
+
contentType
|
|
27
|
+
previewImage
|
|
28
|
+
src
|
|
29
|
+
width
|
|
30
|
+
height
|
|
31
|
+
alt
|
|
32
|
+
}`);export{t as ProductMediasDocument,r as TypedDocumentString};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
let
|
|
1
|
+
function t(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}class e extends String{toString(){return this.value}constructor(e,i){super(e),t(this,"__apiType",void 0),t(this,"value",void 0),t(this,"__meta__",void 0),this.value=e,this.__meta__=i}}let i=new e(`
|
|
2
2
|
query productOptionName($limit: Int, $offset: Int) {
|
|
3
3
|
productOptionName(limit: $limit, offset: $offset)
|
|
4
4
|
}
|
|
5
|
-
|
|
5
|
+
`);export{i as ProductOptionNameDocument,e as TypedDocumentString};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
function e(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}class t extends String{toString(){return this.value}constructor(t,r){super(t),e(this,"__apiType",void 0),e(this,"value",void 0),e(this,"__meta__",void 0),this.value=t,this.__meta__=r}}let r=new t(`
|
|
2
2
|
query ProductVariantsWithSellingPlans($firstVariant: Int = 50, $afterVariant: Cursor, $orderBy: ProductOrder, $orderByVariant: ProductVariantOrder, $where: ProductWhereInput, $first: Int = 1) {
|
|
3
3
|
variants: products(first: $first, orderBy: $orderBy, where: $where) {
|
|
4
4
|
edges {
|
|
@@ -20,6 +20,59 @@ import{ProductVariantsWithSellingPlansSelect as r}from"../fragments/product-vari
|
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
23
|
+
fragment ProductVariantsWithSellingPlansSelect on ProductVariant {
|
|
24
|
+
id
|
|
25
|
+
title
|
|
26
|
+
barcode
|
|
27
|
+
baseID
|
|
28
|
+
costPrice
|
|
29
|
+
height
|
|
30
|
+
inventoryPolicy
|
|
31
|
+
inventoryQuantity
|
|
32
|
+
inventoryStatus
|
|
33
|
+
isDigital
|
|
34
|
+
length
|
|
35
|
+
lowInventoryAmount
|
|
36
|
+
manageInventory
|
|
37
|
+
mediaId
|
|
38
|
+
platform
|
|
39
|
+
price
|
|
40
|
+
salePrice
|
|
41
|
+
sku
|
|
42
|
+
soldIndividually
|
|
43
|
+
weight
|
|
44
|
+
width
|
|
45
|
+
selectedOptions {
|
|
46
|
+
...SelectedOptionSelect
|
|
47
|
+
}
|
|
48
|
+
media {
|
|
49
|
+
...MediaSelect
|
|
50
|
+
}
|
|
51
|
+
sellingPlanGroups {
|
|
52
|
+
id
|
|
53
|
+
appID
|
|
54
|
+
sellingPlans {
|
|
55
|
+
id
|
|
56
|
+
name
|
|
57
|
+
baseID
|
|
58
|
+
billingPolicy
|
|
59
|
+
pricingPolicies
|
|
60
|
+
updatedAt
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
fragment SelectedOptionSelect on SelectedOption {
|
|
65
|
+
name
|
|
66
|
+
value
|
|
67
|
+
optionType
|
|
68
|
+
}
|
|
69
|
+
fragment MediaSelect on Media {
|
|
70
|
+
id
|
|
71
|
+
baseID
|
|
72
|
+
contentType
|
|
73
|
+
previewImage
|
|
74
|
+
src
|
|
75
|
+
width
|
|
76
|
+
height
|
|
77
|
+
alt
|
|
78
|
+
}`);export{r as ProductVariantsWithSellingPlansDocument,t as TypedDocumentString};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
function e(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}class t extends String{toString(){return this.value}constructor(t,r){super(t),e(this,"__apiType",void 0),e(this,"value",void 0),e(this,"__meta__",void 0),this.value=t,this.__meta__=r}}let r=new t(`
|
|
2
2
|
query productVariants($firstVariant: Int = 50, $afterVariant: Cursor, $orderBy: ProductOrder, $orderByVariant: ProductVariantOrder, $where: ProductWhereInput, $first: Int = 1) {
|
|
3
3
|
variants: products(first: $first, orderBy: $orderBy, where: $where) {
|
|
4
4
|
edges {
|
|
@@ -20,6 +20,47 @@ import{VariantSelect as r}from"../fragments/variant.generated.js";import{Selecte
|
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
23
|
+
fragment VariantSelect on ProductVariant {
|
|
24
|
+
id
|
|
25
|
+
title
|
|
26
|
+
barcode
|
|
27
|
+
baseID
|
|
28
|
+
costPrice
|
|
29
|
+
height
|
|
30
|
+
inventoryPolicy
|
|
31
|
+
inventoryQuantity
|
|
32
|
+
inventoryStatus
|
|
33
|
+
isDigital
|
|
34
|
+
length
|
|
35
|
+
lowInventoryAmount
|
|
36
|
+
manageInventory
|
|
37
|
+
mediaId
|
|
38
|
+
platform
|
|
39
|
+
price
|
|
40
|
+
salePrice
|
|
41
|
+
sku
|
|
42
|
+
soldIndividually
|
|
43
|
+
weight
|
|
44
|
+
width
|
|
45
|
+
selectedOptions {
|
|
46
|
+
...SelectedOptionSelect
|
|
47
|
+
}
|
|
48
|
+
media {
|
|
49
|
+
...MediaSelect
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
fragment SelectedOptionSelect on SelectedOption {
|
|
53
|
+
name
|
|
54
|
+
value
|
|
55
|
+
optionType
|
|
56
|
+
}
|
|
57
|
+
fragment MediaSelect on Media {
|
|
58
|
+
id
|
|
59
|
+
baseID
|
|
60
|
+
contentType
|
|
61
|
+
previewImage
|
|
62
|
+
src
|
|
63
|
+
width
|
|
64
|
+
height
|
|
65
|
+
alt
|
|
66
|
+
}`);export{r as ProductVariantsDocument,t as TypedDocumentString};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
function e(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}class t extends String{toString(){return this.value}constructor(t,i){super(t),e(this,"__apiType",void 0),e(this,"value",void 0),e(this,"__meta__",void 0),this.value=t,this.__meta__=i}}let i=new t(`
|
|
2
2
|
fragment ProductWithSellingPlansSelectFragment on ProductEdge {
|
|
3
3
|
cursor
|
|
4
4
|
node {
|
|
@@ -54,7 +54,76 @@ import{ProductOptionSelect as e}from"../fragments/product-option.generated.js";i
|
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
|
-
|
|
57
|
+
fragment ProductOptionSelect on ProductOption {
|
|
58
|
+
id
|
|
59
|
+
name
|
|
60
|
+
optionType
|
|
61
|
+
values {
|
|
62
|
+
...ProductOptionValueSelect
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
fragment ProductOptionValueSelect on ProductOptionValue {
|
|
66
|
+
id
|
|
67
|
+
label
|
|
68
|
+
isDefault
|
|
69
|
+
baseID
|
|
70
|
+
}
|
|
71
|
+
fragment MediaSelect on Media {
|
|
72
|
+
id
|
|
73
|
+
baseID
|
|
74
|
+
contentType
|
|
75
|
+
previewImage
|
|
76
|
+
src
|
|
77
|
+
width
|
|
78
|
+
height
|
|
79
|
+
alt
|
|
80
|
+
}
|
|
81
|
+
fragment ProductVariantsWithSellingPlansSelect on ProductVariant {
|
|
82
|
+
id
|
|
83
|
+
title
|
|
84
|
+
barcode
|
|
85
|
+
baseID
|
|
86
|
+
costPrice
|
|
87
|
+
height
|
|
88
|
+
inventoryPolicy
|
|
89
|
+
inventoryQuantity
|
|
90
|
+
inventoryStatus
|
|
91
|
+
isDigital
|
|
92
|
+
length
|
|
93
|
+
lowInventoryAmount
|
|
94
|
+
manageInventory
|
|
95
|
+
mediaId
|
|
96
|
+
platform
|
|
97
|
+
price
|
|
98
|
+
salePrice
|
|
99
|
+
sku
|
|
100
|
+
soldIndividually
|
|
101
|
+
weight
|
|
102
|
+
width
|
|
103
|
+
selectedOptions {
|
|
104
|
+
...SelectedOptionSelect
|
|
105
|
+
}
|
|
106
|
+
media {
|
|
107
|
+
...MediaSelect
|
|
108
|
+
}
|
|
109
|
+
sellingPlanGroups {
|
|
110
|
+
id
|
|
111
|
+
appID
|
|
112
|
+
sellingPlans {
|
|
113
|
+
id
|
|
114
|
+
name
|
|
115
|
+
baseID
|
|
116
|
+
billingPolicy
|
|
117
|
+
pricingPolicies
|
|
118
|
+
updatedAt
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
fragment SelectedOptionSelect on SelectedOption {
|
|
123
|
+
name
|
|
124
|
+
value
|
|
125
|
+
optionType
|
|
126
|
+
}`,{fragmentName:"ProductWithSellingPlansSelectFragment"}),a=new t(`
|
|
58
127
|
query ProductsWithSellingPlans($first: Int, $where: ProductWhereInput, $firstMedia: Int, $orderBy: ProductOrder, $after: Cursor, $firstVariant: Int, $afterVariant: Cursor, $afterMedia: Cursor, $orderByMedia: MediaOrder) {
|
|
59
128
|
products(first: $first, where: $where, orderBy: $orderBy, after: $after) {
|
|
60
129
|
edges {
|
|
@@ -66,9 +135,128 @@ import{ProductOptionSelect as e}from"../fragments/product-option.generated.js";i
|
|
|
66
135
|
}
|
|
67
136
|
}
|
|
68
137
|
}
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
138
|
+
fragment ProductWithSellingPlansSelectFragment on ProductEdge {
|
|
139
|
+
cursor
|
|
140
|
+
node {
|
|
141
|
+
id
|
|
142
|
+
title
|
|
143
|
+
createdAt
|
|
144
|
+
description
|
|
145
|
+
descriptionHtml
|
|
146
|
+
handle
|
|
147
|
+
averageRating
|
|
148
|
+
isStorefront
|
|
149
|
+
isSample
|
|
150
|
+
baseID
|
|
151
|
+
sku
|
|
152
|
+
requiresSellingPlan
|
|
153
|
+
options {
|
|
154
|
+
...ProductOptionSelect
|
|
155
|
+
}
|
|
156
|
+
vendor
|
|
157
|
+
featuredImage {
|
|
158
|
+
...MediaSelect
|
|
159
|
+
}
|
|
160
|
+
tags
|
|
161
|
+
sellingPlanGroups {
|
|
162
|
+
appID
|
|
163
|
+
baseID
|
|
164
|
+
id
|
|
165
|
+
name
|
|
166
|
+
}
|
|
167
|
+
medias(first: $firstMedia, after: $afterMedia, orderBy: $orderByMedia) {
|
|
168
|
+
edges {
|
|
169
|
+
cursor
|
|
170
|
+
node {
|
|
171
|
+
...MediaSelect
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
pageInfo {
|
|
175
|
+
endCursor
|
|
176
|
+
hasNextPage
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
variants(first: $firstVariant, after: $afterVariant) {
|
|
180
|
+
edges {
|
|
181
|
+
cursor
|
|
182
|
+
node {
|
|
183
|
+
...ProductVariantsWithSellingPlansSelect
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
pageInfo {
|
|
187
|
+
hasNextPage
|
|
188
|
+
endCursor
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
fragment ProductOptionSelect on ProductOption {
|
|
194
|
+
id
|
|
195
|
+
name
|
|
196
|
+
optionType
|
|
197
|
+
values {
|
|
198
|
+
...ProductOptionValueSelect
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
fragment ProductOptionValueSelect on ProductOptionValue {
|
|
202
|
+
id
|
|
203
|
+
label
|
|
204
|
+
isDefault
|
|
205
|
+
baseID
|
|
206
|
+
}
|
|
207
|
+
fragment MediaSelect on Media {
|
|
208
|
+
id
|
|
209
|
+
baseID
|
|
210
|
+
contentType
|
|
211
|
+
previewImage
|
|
212
|
+
src
|
|
213
|
+
width
|
|
214
|
+
height
|
|
215
|
+
alt
|
|
216
|
+
}
|
|
217
|
+
fragment ProductVariantsWithSellingPlansSelect on ProductVariant {
|
|
218
|
+
id
|
|
219
|
+
title
|
|
220
|
+
barcode
|
|
221
|
+
baseID
|
|
222
|
+
costPrice
|
|
223
|
+
height
|
|
224
|
+
inventoryPolicy
|
|
225
|
+
inventoryQuantity
|
|
226
|
+
inventoryStatus
|
|
227
|
+
isDigital
|
|
228
|
+
length
|
|
229
|
+
lowInventoryAmount
|
|
230
|
+
manageInventory
|
|
231
|
+
mediaId
|
|
232
|
+
platform
|
|
233
|
+
price
|
|
234
|
+
salePrice
|
|
235
|
+
sku
|
|
236
|
+
soldIndividually
|
|
237
|
+
weight
|
|
238
|
+
width
|
|
239
|
+
selectedOptions {
|
|
240
|
+
...SelectedOptionSelect
|
|
241
|
+
}
|
|
242
|
+
media {
|
|
243
|
+
...MediaSelect
|
|
244
|
+
}
|
|
245
|
+
sellingPlanGroups {
|
|
246
|
+
id
|
|
247
|
+
appID
|
|
248
|
+
sellingPlans {
|
|
249
|
+
id
|
|
250
|
+
name
|
|
251
|
+
baseID
|
|
252
|
+
billingPolicy
|
|
253
|
+
pricingPolicies
|
|
254
|
+
updatedAt
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
fragment SelectedOptionSelect on SelectedOption {
|
|
259
|
+
name
|
|
260
|
+
value
|
|
261
|
+
optionType
|
|
262
|
+
}`);export{i as ProductWithSellingPlansSelectFragment,a as ProductsWithSellingPlansDocument,t as TypedDocumentString};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
function e(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}class t extends String{toString(){return this.value}constructor(t,r){super(t),e(this,"__apiType",void 0),e(this,"value",void 0),e(this,"__meta__",void 0),this.value=t,this.__meta__=r}}let r=new t(`
|
|
2
2
|
query products($first: Int, $where: ProductWhereInput, $firstMedia: Int, $orderBy: ProductOrder, $after: Cursor, $firstVariant: Int, $afterVariant: Cursor, $afterMedia: Cursor, $orderByMedia: MediaOrder) {
|
|
3
3
|
products(first: $first, where: $where, orderBy: $orderBy, after: $after) {
|
|
4
4
|
edges {
|
|
@@ -10,9 +10,109 @@ import{ProductListSelect as r}from"../fragments/product-list-select.generated.js
|
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
13
|
+
fragment ProductListSelect on ProductEdge {
|
|
14
|
+
cursor
|
|
15
|
+
node {
|
|
16
|
+
id
|
|
17
|
+
title
|
|
18
|
+
createdAt
|
|
19
|
+
description
|
|
20
|
+
descriptionHtml
|
|
21
|
+
handle
|
|
22
|
+
averageRating
|
|
23
|
+
isStorefront
|
|
24
|
+
isSample
|
|
25
|
+
baseID
|
|
26
|
+
sku
|
|
27
|
+
options {
|
|
28
|
+
...ProductOptionSelect
|
|
29
|
+
}
|
|
30
|
+
vendor
|
|
31
|
+
featuredImage {
|
|
32
|
+
...MediaSelect
|
|
33
|
+
}
|
|
34
|
+
tags
|
|
35
|
+
medias(first: $firstMedia, after: $afterMedia, orderBy: $orderByMedia) {
|
|
36
|
+
edges {
|
|
37
|
+
cursor
|
|
38
|
+
node {
|
|
39
|
+
...MediaSelect
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
pageInfo {
|
|
43
|
+
endCursor
|
|
44
|
+
hasNextPage
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
variants(first: $firstVariant, after: $afterVariant) {
|
|
48
|
+
edges {
|
|
49
|
+
cursor
|
|
50
|
+
node {
|
|
51
|
+
...VariantSelect
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
pageInfo {
|
|
55
|
+
hasNextPage
|
|
56
|
+
endCursor
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
fragment ProductOptionSelect on ProductOption {
|
|
62
|
+
id
|
|
63
|
+
name
|
|
64
|
+
optionType
|
|
65
|
+
values {
|
|
66
|
+
...ProductOptionValueSelect
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
fragment ProductOptionValueSelect on ProductOptionValue {
|
|
70
|
+
id
|
|
71
|
+
label
|
|
72
|
+
isDefault
|
|
73
|
+
baseID
|
|
74
|
+
}
|
|
75
|
+
fragment MediaSelect on Media {
|
|
76
|
+
id
|
|
77
|
+
baseID
|
|
78
|
+
contentType
|
|
79
|
+
previewImage
|
|
80
|
+
src
|
|
81
|
+
width
|
|
82
|
+
height
|
|
83
|
+
alt
|
|
84
|
+
}
|
|
85
|
+
fragment VariantSelect on ProductVariant {
|
|
86
|
+
id
|
|
87
|
+
title
|
|
88
|
+
barcode
|
|
89
|
+
baseID
|
|
90
|
+
costPrice
|
|
91
|
+
height
|
|
92
|
+
inventoryPolicy
|
|
93
|
+
inventoryQuantity
|
|
94
|
+
inventoryStatus
|
|
95
|
+
isDigital
|
|
96
|
+
length
|
|
97
|
+
lowInventoryAmount
|
|
98
|
+
manageInventory
|
|
99
|
+
mediaId
|
|
100
|
+
platform
|
|
101
|
+
price
|
|
102
|
+
salePrice
|
|
103
|
+
sku
|
|
104
|
+
soldIndividually
|
|
105
|
+
weight
|
|
106
|
+
width
|
|
107
|
+
selectedOptions {
|
|
108
|
+
...SelectedOptionSelect
|
|
109
|
+
}
|
|
110
|
+
media {
|
|
111
|
+
...MediaSelect
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
fragment SelectedOptionSelect on SelectedOption {
|
|
115
|
+
name
|
|
116
|
+
value
|
|
117
|
+
optionType
|
|
118
|
+
}`);export{r as ProductsDocument,t as TypedDocumentString};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
let
|
|
1
|
+
function e(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}class t extends String{toString(){return this.value}constructor(t,i){super(t),e(this,"__apiType",void 0),e(this,"value",void 0),e(this,"__meta__",void 0),this.value=t,this.__meta__=i}}let i=new t(`
|
|
2
2
|
query PublishedShopMetas($keys: [String!]) {
|
|
3
3
|
publishedShopMetas(keys: $keys) {
|
|
4
4
|
id
|
|
@@ -8,4 +8,4 @@ let e=`
|
|
|
8
8
|
value
|
|
9
9
|
}
|
|
10
10
|
}
|
|
11
|
-
|
|
11
|
+
`);export{i as PublishedShopMetasDocument,t as TypedDocumentString};
|
|
@@ -1,14 +1,85 @@
|
|
|
1
|
-
|
|
1
|
+
function e(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}class t extends String{toString(){return this.value}constructor(t,i){super(t),e(this,"__apiType",void 0),e(this,"value",void 0),e(this,"__meta__",void 0),this.value=t,this.__meta__=i}}let i=new t(`
|
|
2
2
|
query publishedThemePages($slug: String, $slugType: PublishedThemePageType!) {
|
|
3
3
|
publishedThemePages(slug: $slug, slugType: $slugType) {
|
|
4
4
|
...PublishedThemePageSelect
|
|
5
5
|
}
|
|
6
6
|
}
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
7
|
+
fragment PublishedThemePageSelect on PublishedThemePage {
|
|
8
|
+
id
|
|
9
|
+
shopID
|
|
10
|
+
name
|
|
11
|
+
handle
|
|
12
|
+
isMobile
|
|
13
|
+
sectionPosition
|
|
14
|
+
pageSections {
|
|
15
|
+
...PublishedPageSectionSelect
|
|
16
|
+
}
|
|
17
|
+
themePageCustomSections {
|
|
18
|
+
...PublishedCustomSectionSelect
|
|
19
|
+
}
|
|
20
|
+
themePageDataSEO {
|
|
21
|
+
...DataSEOSelect
|
|
22
|
+
}
|
|
23
|
+
pageStyle {
|
|
24
|
+
...PublishedThemeStyleSelect
|
|
25
|
+
}
|
|
26
|
+
themePageAnalytic {
|
|
27
|
+
...AnalyticSelect
|
|
28
|
+
}
|
|
29
|
+
themePageCustomCode {
|
|
30
|
+
...CustomCodeSelect
|
|
31
|
+
}
|
|
32
|
+
themePageCustomFonts {
|
|
33
|
+
...CustomFontSelect
|
|
34
|
+
}
|
|
35
|
+
interaction {
|
|
36
|
+
id
|
|
37
|
+
value
|
|
38
|
+
}
|
|
39
|
+
metafields {
|
|
40
|
+
key
|
|
41
|
+
value
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
fragment PublishedPageSectionSelect on PublishedPageSection {
|
|
45
|
+
cid
|
|
46
|
+
component
|
|
47
|
+
id
|
|
48
|
+
}
|
|
49
|
+
fragment PublishedCustomSectionSelect on PublishedCustomSection {
|
|
50
|
+
cid
|
|
51
|
+
component
|
|
52
|
+
id
|
|
53
|
+
type
|
|
54
|
+
}
|
|
55
|
+
fragment DataSEOSelect on DataSEO {
|
|
56
|
+
id
|
|
57
|
+
key
|
|
58
|
+
value
|
|
59
|
+
}
|
|
60
|
+
fragment PublishedThemeStyleSelect on PublishedThemeStyle {
|
|
61
|
+
id
|
|
62
|
+
data
|
|
63
|
+
name
|
|
64
|
+
}
|
|
65
|
+
fragment AnalyticSelect on Analytic {
|
|
66
|
+
fbPixelID
|
|
67
|
+
gaTrackingID
|
|
68
|
+
tiktokPixelID
|
|
69
|
+
}
|
|
70
|
+
fragment CustomCodeSelect on CustomCode {
|
|
71
|
+
body
|
|
72
|
+
header
|
|
73
|
+
}
|
|
74
|
+
fragment CustomFontSelect on CustomFont {
|
|
75
|
+
backupFilePath
|
|
76
|
+
fileKey
|
|
77
|
+
filePath
|
|
78
|
+
fontFamily
|
|
79
|
+
fontStyle
|
|
80
|
+
fontWeight
|
|
81
|
+
id
|
|
82
|
+
mimeType
|
|
83
|
+
shopID
|
|
84
|
+
size
|
|
85
|
+
}`);export{i as PublishedThemePagesDocument,t as TypedDocumentString};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
let
|
|
1
|
+
function e(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}class t extends String{toString(){return this.value}constructor(t,i){super(t),e(this,"__apiType",void 0),e(this,"value",void 0),e(this,"__meta__",void 0),this.value=t,this.__meta__=i}}let i=new t(`
|
|
2
2
|
query shopShopify {
|
|
3
3
|
shopShopify {
|
|
4
4
|
timezone
|
|
5
5
|
}
|
|
6
6
|
}
|
|
7
|
-
|
|
7
|
+
`);export{i as ShopShopifyDocument,t as TypedDocumentString};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
let r
|
|
1
|
+
function e(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}class t extends String{toString(){return this.value}constructor(t,r){super(t),e(this,"__apiType",void 0),e(this,"value",void 0),e(this,"__meta__",void 0),this.value=t,this.__meta__=r}}let r=new t(`
|
|
2
2
|
query storeProperty {
|
|
3
3
|
storeProperty {
|
|
4
4
|
favicon
|
|
@@ -6,4 +6,4 @@ let r=`
|
|
|
6
6
|
primaryDomain
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
|
-
|
|
9
|
+
`);export{r as StorePropertyDocument,t as TypedDocumentString};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
let
|
|
1
|
+
function e(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}class t extends String{toString(){return this.value}constructor(t,i){super(t),e(this,"__apiType",void 0),e(this,"value",void 0),e(this,"__meta__",void 0),this.value=t,this.__meta__=i}}let i=new t(`
|
|
2
2
|
query LibrarySaleFunnel($librarySaleFunnelId: ID!) {
|
|
3
3
|
librarySaleFunnel(id: $librarySaleFunnelId) {
|
|
4
4
|
id
|
|
@@ -18,4 +18,4 @@ let e=`
|
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
|
-
|
|
21
|
+
`);export{i as LibrarySaleFunnelDocument,t as TypedDocumentString};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
let
|
|
1
|
+
function e(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}class t extends String{toString(){return this.value}constructor(t,i){super(t),e(this,"__apiType",void 0),e(this,"value",void 0),e(this,"__meta__",void 0),this.value=t,this.__meta__=i}}let i=new t(`
|
|
2
2
|
query LibraryTemplate($libraryTemplateId: ID!) {
|
|
3
3
|
libraryTemplate(id: $libraryTemplateId) {
|
|
4
4
|
id
|
|
@@ -10,4 +10,4 @@ let e=`
|
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
|
-
|
|
13
|
+
`);export{i as LibraryTemplateDocument,t as TypedDocumentString};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
let
|
|
1
|
+
function e(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}class t extends String{toString(){return this.value}constructor(t,r){super(t),e(this,"__apiType",void 0),e(this,"value",void 0),e(this,"__meta__",void 0),this.value=t,this.__meta__=r}}let r=new t(`
|
|
2
2
|
query SaleFunnelDiscounts($where: SaleFunnelDiscountWhereInput, $orderBy: SaleFunnelDiscountOrder, $last: Int, $before: Cursor, $first: Int, $after: Cursor) {
|
|
3
3
|
saleFunnelDiscounts(
|
|
4
4
|
where: $where
|
|
@@ -31,4 +31,4 @@ let e=`
|
|
|
31
31
|
totalCount
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
|
-
|
|
34
|
+
`);export{r as SaleFunnelDiscountsDocument,t as TypedDocumentString};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
let
|
|
1
|
+
function e(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}class t extends String{toString(){return this.value}constructor(t,n){super(t),e(this,"__apiType",void 0),e(this,"value",void 0),e(this,"__meta__",void 0),this.value=t,this.__meta__=n}}let n=new t(`
|
|
2
2
|
query SaleFunnelOffer($saleFunnelOfferId: ID!) {
|
|
3
3
|
saleFunnelOffer(id: $saleFunnelOfferId) {
|
|
4
4
|
dynamicDiscounts {
|
|
@@ -18,4 +18,4 @@ let e=`
|
|
|
18
18
|
deletedAt
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
|
-
|
|
21
|
+
`);export{n as SaleFunnelOfferDocument,t as TypedDocumentString};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
let
|
|
1
|
+
function e(e,i,r){return i in e?Object.defineProperty(e,i,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[i]=r,e}class i extends String{toString(){return this.value}constructor(i,r){super(i),e(this,"__apiType",void 0),e(this,"value",void 0),e(this,"__meta__",void 0),this.value=i,this.__meta__=r}}let r=new i(`
|
|
2
2
|
query ShopLibraryPage($shopLibraryPageId: ID!) {
|
|
3
3
|
shopLibraryPage(id: $shopLibraryPageId) {
|
|
4
4
|
id
|
|
@@ -10,4 +10,4 @@ let o=`
|
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
|
-
|
|
13
|
+
`);export{r as ShopLibraryPageDocument,i as TypedDocumentString};
|