Skip to content

Commit da3b9b7

Browse files
authored
[ACTION] Shopify - new components (#19401)
* [ACTION] Shopify - new components * Fixed props in queries
1 parent a2c5ad3 commit da3b9b7

File tree

50 files changed

+1342
-38
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+1342
-38
lines changed

components/shopify/actions/add-product-to-custom-collection/add-product-to-custom-collection.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "shopify-add-product-to-custom-collection",
55
name: "Add Products to Custom Collection",
66
description: "Adds a product or products to a custom collection. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/collectionAddProductsV2)",
7-
version: "0.0.8",
7+
version: "0.0.9",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

components/shopify/actions/add-tags/add-tags.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "shopify-add-tags",
55
name: "Add Tags",
66
description: "Add tags. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/tagsAdd)",
7-
version: "0.0.14",
7+
version: "0.0.15",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

components/shopify/actions/bulk-import/bulk-import.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
key: "shopify-bulk-import",
88
name: "Bulk Import",
99
description: "Execute bulk mutations by uploading a JSONL file containing mutation variables. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/bulkoperationrunmutation)",
10-
version: "0.0.4",
10+
version: "0.0.5",
1111
annotations: {
1212
destructiveHint: false,
1313
openWorldHint: true,

components/shopify/actions/create-article/create-article.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "shopify-create-article",
55
name: "Create Article",
66
description: "Create a new blog article. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/articleCreate)",
7-
version: "0.0.8",
7+
version: "0.0.9",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

components/shopify/actions/create-blog/create-blog.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "shopify-create-blog",
55
name: "Create Blog",
66
description: "Create a new blog. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/blogCreate)",
7-
version: "0.0.8",
7+
version: "0.0.9",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

components/shopify/actions/create-custom-collection/create-custom-collection.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "shopify-create-custom-collection",
66
name: "Create Custom Collection",
77
description: "Create a new custom collection. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/collectionCreate)",
8-
version: "0.0.8",
8+
version: "0.0.9",
99
annotations: {
1010
destructiveHint: false,
1111
openWorldHint: true,

components/shopify/actions/create-metafield/create-metafield.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "shopify-create-metafield",
66
name: "Create Metafield",
77
description: "Creates a metafield belonging to a resource. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/metafieldDefinitionCreate)",
8-
version: "0.0.12",
8+
version: "0.0.13",
99
annotations: {
1010
destructiveHint: false,
1111
openWorldHint: true,

components/shopify/actions/create-metaobject/create-metaobject.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
key: "shopify-create-metaobject",
88
name: "Create Metaobject",
99
description: "Creates a metaobject. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/metaobjectCreate)",
10-
version: "0.0.7",
10+
version: "0.0.8",
1111
annotations: {
1212
destructiveHint: false,
1313
openWorldHint: true,

components/shopify/actions/create-page/create-page.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "shopify-create-page",
55
name: "Create Page",
66
description: "Create a new page. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/pageCreate)",
7-
version: "0.0.8",
7+
version: "0.0.9",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

components/shopify/actions/create-product-variant/create-product-variant.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default {
99
key: "shopify-create-product-variant",
1010
name: "Create Product Variant",
1111
description: "Create a new product variant. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/productVariantsBulkCreate)",
12-
version: "0.0.15",
12+
version: "0.0.16",
1313
annotations: {
1414
destructiveHint: false,
1515
openWorldHint: true,

0 commit comments

Comments
 (0)