@takeshape/schema 11.60.0 → 11.61.0

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.
@@ -24,7 +24,11 @@
24
24
  "description": "Whether the version is actively supported by Shopify. Supported API versions are guaranteed to be stable. Unsupported API versions include unstable, release candidate, and end-of-life versions that are marked as unsupported. For more information, refer to [Versioning](https://shopify.dev/api/usage/versioning)."
25
25
  }
26
26
  },
27
- "required": ["displayName", "handle", "supported"]
27
+ "required": [
28
+ "displayName",
29
+ "handle",
30
+ "supported"
31
+ ]
28
32
  }
29
33
  },
30
34
  "ShopifyStorefront_ApplePayWalletContentInput": {
@@ -66,7 +70,13 @@
66
70
  "description": "The version for the Apple Pay wallet."
67
71
  }
68
72
  },
69
- "required": ["billingAddress", "data", "header", "signature", "version"]
73
+ "required": [
74
+ "billingAddress",
75
+ "data",
76
+ "header",
77
+ "signature",
78
+ "version"
79
+ ]
70
80
  }
71
81
  },
72
82
  "ShopifyStorefront_ApplePayWalletHeaderInput": {
@@ -98,7 +108,11 @@
98
108
  "description": "The transaction ID for the Apple Pay wallet."
99
109
  }
100
110
  },
101
- "required": ["ephemeralPublicKey", "publicKeyHash", "transactionId"]
111
+ "required": [
112
+ "ephemeralPublicKey",
113
+ "publicKeyHash",
114
+ "transactionId"
115
+ ]
102
116
  }
103
117
  },
104
118
  "ShopifyStorefront_AppliedGiftCard": {
@@ -158,7 +172,9 @@
158
172
  "presentmentAmountUsed"
159
173
  ]
160
174
  },
161
- "interfaces": ["ShopifyStorefront_Node"]
175
+ "interfaces": [
176
+ "ShopifyStorefront_Node"
177
+ ]
162
178
  },
163
179
  "ShopifyStorefront_Article": {
164
180
  "name": "ShopifyStorefront_Article",
@@ -284,7 +300,10 @@
284
300
  "description": "The identifier for the metafield."
285
301
  }
286
302
  },
287
- "required": ["namespace", "key"]
303
+ "required": [
304
+ "namespace",
305
+ "key"
306
+ ]
288
307
  },
289
308
  "description": "Returns a metafield found by namespace and key."
290
309
  },
@@ -305,7 +324,9 @@
305
324
  "description": "The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values."
306
325
  }
307
326
  },
308
- "required": ["identifiers"]
327
+ "required": [
328
+ "identifiers"
329
+ ]
309
330
  },
310
331
  "description": "The metafields associated with the resource matching the supplied list of namespaces and keys."
311
332
  },
@@ -392,7 +413,12 @@
392
413
  "description": "The author's full name."
393
414
  }
394
415
  },
395
- "required": ["email", "firstName", "lastName", "name"]
416
+ "required": [
417
+ "email",
418
+ "firstName",
419
+ "lastName",
420
+ "name"
421
+ ]
396
422
  }
397
423
  },
398
424
  "ShopifyStorefront_ArticleConnection": {
@@ -425,7 +451,11 @@
425
451
  "description": "Information to aid in pagination."
426
452
  }
427
453
  },
428
- "required": ["edges", "nodes", "pageInfo"]
454
+ "required": [
455
+ "edges",
456
+ "nodes",
457
+ "pageInfo"
458
+ ]
429
459
  }
430
460
  },
431
461
  "ShopifyStorefront_ArticleEdge": {
@@ -447,7 +477,10 @@
447
477
  "description": "The item at the end of ArticleEdge."
448
478
  }
449
479
  },
450
- "required": ["cursor", "node"]
480
+ "required": [
481
+ "cursor",
482
+ "node"
483
+ ]
451
484
  }
452
485
  },
453
486
  "ShopifyStorefront_ArticleSortKeys": {
@@ -456,7 +489,15 @@
456
489
  "id": "ShopifyStorefront_ArticleSortKeys",
457
490
  "description": "The set of valid sort keys for the Article query.",
458
491
  "schema": {
459
- "enum": ["TITLE", "BLOG_TITLE", "AUTHOR", "UPDATED_AT", "PUBLISHED_AT", "ID", "RELEVANCE"]
492
+ "enum": [
493
+ "TITLE",
494
+ "BLOG_TITLE",
495
+ "AUTHOR",
496
+ "UPDATED_AT",
497
+ "PUBLISHED_AT",
498
+ "ID",
499
+ "RELEVANCE"
500
+ ]
460
501
  }
461
502
  },
462
503
  "ShopifyStorefront_Attribute": {
@@ -478,7 +519,9 @@
478
519
  "description": "Value of the attribute."
479
520
  }
480
521
  },
481
- "required": ["key"]
522
+ "required": [
523
+ "key"
524
+ ]
482
525
  }
483
526
  },
484
527
  "ShopifyStorefront_AttributeInput": {
@@ -500,7 +543,10 @@
500
543
  "description": "Value of the attribute."
501
544
  }
502
545
  },
503
- "required": ["key", "value"]
546
+ "required": [
547
+ "key",
548
+ "value"
549
+ ]
504
550
  }
505
551
  },
506
552
  "ShopifyStorefront_AutomaticDiscountApplication": {
@@ -537,9 +583,17 @@
537
583
  "description": "The value of the discount application."
538
584
  }
539
585
  },
540
- "required": ["allocationMethod", "targetSelection", "targetType", "title", "value"]
586
+ "required": [
587
+ "allocationMethod",
588
+ "targetSelection",
589
+ "targetType",
590
+ "title",
591
+ "value"
592
+ ]
541
593
  },
542
- "interfaces": ["ShopifyStorefront_DiscountApplication"]
594
+ "interfaces": [
595
+ "ShopifyStorefront_DiscountApplication"
596
+ ]
543
597
  },
544
598
  "ShopifyStorefront_AvailableShippingRates": {
545
599
  "name": "ShopifyStorefront_AvailableShippingRates",
@@ -563,7 +617,9 @@
563
617
  "description": "The fetched shipping rates. `null` until the `ready` field is `true`."
564
618
  }
565
619
  },
566
- "required": ["ready"]
620
+ "required": [
621
+ "ready"
622
+ ]
567
623
  }
568
624
  },
569
625
  "ShopifyStorefront_BaseCartLine": {
@@ -585,7 +641,9 @@
585
641
  "description": "The key of the attribute."
586
642
  }
587
643
  },
588
- "required": ["key"]
644
+ "required": [
645
+ "key"
646
+ ]
589
647
  },
590
648
  "description": "An attribute associated with the cart line."
591
649
  },
@@ -638,10 +696,20 @@
638
696
  "description": "The selling plan associated with the cart line and the effect that each selling plan has on variants when they're purchased."
639
697
  }
640
698
  },
641
- "required": ["attributes", "cost", "discountAllocations", "estimatedCost", "id", "merchandise", "quantity"]
699
+ "required": [
700
+ "attributes",
701
+ "cost",
702
+ "discountAllocations",
703
+ "estimatedCost",
704
+ "id",
705
+ "merchandise",
706
+ "quantity"
707
+ ]
642
708
  },
643
709
  "type": "interface",
644
- "interfaces": ["ShopifyStorefront_Node"]
710
+ "interfaces": [
711
+ "ShopifyStorefront_Node"
712
+ ]
645
713
  },
646
714
  "ShopifyStorefront_BaseCartLineConnection": {
647
715
  "name": "ShopifyStorefront_BaseCartLineConnection",
@@ -673,7 +741,11 @@
673
741
  "description": "Information to aid in pagination."
674
742
  }
675
743
  },
676
- "required": ["edges", "nodes", "pageInfo"]
744
+ "required": [
745
+ "edges",
746
+ "nodes",
747
+ "pageInfo"
748
+ ]
677
749
  }
678
750
  },
679
751
  "ShopifyStorefront_BaseCartLineEdge": {
@@ -695,7 +767,10 @@
695
767
  "description": "The item at the end of BaseCartLineEdge."
696
768
  }
697
769
  },
698
- "required": ["cursor", "node"]
770
+ "required": [
771
+ "cursor",
772
+ "node"
773
+ ]
699
774
  }
700
775
  },
701
776
  "ShopifyStorefront_Blog": {
@@ -717,7 +792,9 @@
717
792
  "description": "The handle of the article."
718
793
  }
719
794
  },
720
- "required": ["handle"]
795
+ "required": [
796
+ "handle"
797
+ ]
721
798
  },
722
799
  "description": "Find an article by its handle."
723
800
  },
@@ -795,7 +872,10 @@
795
872
  "description": "The identifier for the metafield."
796
873
  }
797
874
  },
798
- "required": ["namespace", "key"]
875
+ "required": [
876
+ "namespace",
877
+ "key"
878
+ ]
799
879
  },
800
880
  "description": "Returns a metafield found by namespace and key."
801
881
  },
@@ -816,7 +896,9 @@
816
896
  "description": "The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values."
817
897
  }
818
898
  },
819
- "required": ["identifiers"]
899
+ "required": [
900
+ "identifiers"
901
+ ]
820
902
  },
821
903
  "description": "The metafields associated with the resource matching the supplied list of namespaces and keys."
822
904
  },
@@ -836,7 +918,14 @@
836
918
  "description": "The blogs’s title."
837
919
  }
838
920
  },
839
- "required": ["articles", "authors", "handle", "id", "metafields", "title"]
921
+ "required": [
922
+ "articles",
923
+ "authors",
924
+ "handle",
925
+ "id",
926
+ "metafields",
927
+ "title"
928
+ ]
840
929
  },
841
930
  "interfaces": [
842
931
  "ShopifyStorefront_HasMetafields",
@@ -874,7 +963,11 @@
874
963
  "description": "Information to aid in pagination."
875
964
  }
876
965
  },
877
- "required": ["edges", "nodes", "pageInfo"]
966
+ "required": [
967
+ "edges",
968
+ "nodes",
969
+ "pageInfo"
970
+ ]
878
971
  }
879
972
  },
880
973
  "ShopifyStorefront_BlogEdge": {
@@ -896,7 +989,10 @@
896
989
  "description": "The item at the end of BlogEdge."
897
990
  }
898
991
  },
899
- "required": ["cursor", "node"]
992
+ "required": [
993
+ "cursor",
994
+ "node"
995
+ ]
900
996
  }
901
997
  },
902
998
  "ShopifyStorefront_BlogSortKeys": {
@@ -905,7 +1001,12 @@
905
1001
  "id": "ShopifyStorefront_BlogSortKeys",
906
1002
  "description": "The set of valid sort keys for the Blog query.",
907
1003
  "schema": {
908
- "enum": ["HANDLE", "TITLE", "ID", "RELEVANCE"]
1004
+ "enum": [
1005
+ "HANDLE",
1006
+ "TITLE",
1007
+ "ID",
1008
+ "RELEVANCE"
1009
+ ]
909
1010
  }
910
1011
  },
911
1012
  "ShopifyStorefront_Brand": {
@@ -947,7 +1048,9 @@
947
1048
  "description": "The store's preferred logo for square UI elements."
948
1049
  }
949
1050
  },
950
- "required": ["colors"]
1051
+ "required": [
1052
+ "colors"
1053
+ ]
951
1054
  }
952
1055
  },
953
1056
  "ShopifyStorefront_BrandColorGroup": {
@@ -996,7 +1099,10 @@
996
1099
  "description": "The shop's secondary brand colors."
997
1100
  }
998
1101
  },
999
- "required": ["primary", "secondary"]
1102
+ "required": [
1103
+ "primary",
1104
+ "secondary"
1105
+ ]
1000
1106
  }
1001
1107
  },
1002
1108
  "ShopifyStorefront_CardBrand": {
@@ -1005,7 +1111,14 @@
1005
1111
  "id": "ShopifyStorefront_CardBrand",
1006
1112
  "description": "Card brand, such as Visa or Mastercard, which can be used for payments.",
1007
1113
  "schema": {
1008
- "enum": ["VISA", "MASTERCARD", "DISCOVER", "AMERICAN_EXPRESS", "DINERS_CLUB", "JCB"]
1114
+ "enum": [
1115
+ "VISA",
1116
+ "MASTERCARD",
1117
+ "DISCOVER",
1118
+ "AMERICAN_EXPRESS",
1119
+ "DINERS_CLUB",
1120
+ "JCB"
1121
+ ]
1009
1122
  }
1010
1123
  },
1011
1124
  "ShopifyStorefront_Cart": {
@@ -1027,7 +1140,9 @@
1027
1140
  "description": "The key of the attribute."
1028
1141
  }
1029
1142
  },
1030
- "required": ["key"]
1143
+ "required": [
1144
+ "key"
1145
+ ]
1031
1146
  },
1032
1147
  "description": "An attribute associated with the cart."
1033
1148
  },
@@ -1164,7 +1279,10 @@
1164
1279
  "description": "The identifier for the metafield."
1165
1280
  }
1166
1281
  },
1167
- "required": ["namespace", "key"]
1282
+ "required": [
1283
+ "namespace",
1284
+ "key"
1285
+ ]
1168
1286
  },
1169
1287
  "description": "Returns a metafield found by namespace and key."
1170
1288
  },
@@ -1185,7 +1303,9 @@
1185
1303
  "description": "The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values."
1186
1304
  }
1187
1305
  },
1188
- "required": ["identifiers"]
1306
+ "required": [
1307
+ "identifiers"
1308
+ ]
1189
1309
  },
1190
1310
  "description": "The metafields associated with the resource matching the supplied list of namespaces and keys."
1191
1311
  },
@@ -1222,7 +1342,10 @@
1222
1342
  "updatedAt"
1223
1343
  ]
1224
1344
  },
1225
- "interfaces": ["ShopifyStorefront_HasMetafields", "ShopifyStorefront_Node"]
1345
+ "interfaces": [
1346
+ "ShopifyStorefront_HasMetafields",
1347
+ "ShopifyStorefront_Node"
1348
+ ]
1226
1349
  },
1227
1350
  "ShopifyStorefront_CartAttributesUpdatePayload": {
1228
1351
  "name": "ShopifyStorefront_CartAttributesUpdatePayload",
@@ -1246,7 +1369,9 @@
1246
1369
  "description": "The list of errors that occurred from executing the mutation."
1247
1370
  }
1248
1371
  },
1249
- "required": ["userErrors"]
1372
+ "required": [
1373
+ "userErrors"
1374
+ ]
1250
1375
  }
1251
1376
  },
1252
1377
  "ShopifyStorefront_CartAutomaticDiscountAllocation": {
@@ -1268,9 +1393,14 @@
1268
1393
  "description": "The title of the allocated discount."
1269
1394
  }
1270
1395
  },
1271
- "required": ["discountedAmount", "title"]
1396
+ "required": [
1397
+ "discountedAmount",
1398
+ "title"
1399
+ ]
1272
1400
  },
1273
- "interfaces": ["ShopifyStorefront_CartDiscountAllocation"]
1401
+ "interfaces": [
1402
+ "ShopifyStorefront_CartDiscountAllocation"
1403
+ ]
1274
1404
  },
1275
1405
  "ShopifyStorefront_CartBuyerIdentity": {
1276
1406
  "name": "ShopifyStorefront_CartBuyerIdentity",
@@ -1317,7 +1447,10 @@
1317
1447
  "description": "A set of wallet preferences tied to the buyer that is interacting with the cart.\nPreferences can be used to populate relevant payment fields in the checkout flow."
1318
1448
  }
1319
1449
  },
1320
- "required": ["deliveryAddressPreferences", "walletPreferences"]
1450
+ "required": [
1451
+ "deliveryAddressPreferences",
1452
+ "walletPreferences"
1453
+ ]
1321
1454
  }
1322
1455
  },
1323
1456
  "ShopifyStorefront_CartBuyerIdentityInput": {
@@ -1389,7 +1522,9 @@
1389
1522
  "description": "The list of errors that occurred from executing the mutation."
1390
1523
  }
1391
1524
  },
1392
- "required": ["userErrors"]
1525
+ "required": [
1526
+ "userErrors"
1527
+ ]
1393
1528
  }
1394
1529
  },
1395
1530
  "ShopifyStorefront_CartCardSource": {
@@ -1398,7 +1533,9 @@
1398
1533
  "id": "ShopifyStorefront_CartCardSource",
1399
1534
  "description": "Represents how credit card details are provided for a direct payment.\n",
1400
1535
  "schema": {
1401
- "enum": ["SAVED_CREDIT_CARD"]
1536
+ "enum": [
1537
+ "SAVED_CREDIT_CARD"
1538
+ ]
1402
1539
  }
1403
1540
  },
1404
1541
  "ShopifyStorefront_CartCodeDiscountAllocation": {
@@ -1420,9 +1557,14 @@
1420
1557
  "description": "The discounted amount that has been applied to the cart line."
1421
1558
  }
1422
1559
  },
1423
- "required": ["code", "discountedAmount"]
1560
+ "required": [
1561
+ "code",
1562
+ "discountedAmount"
1563
+ ]
1424
1564
  },
1425
- "interfaces": ["ShopifyStorefront_CartDiscountAllocation"]
1565
+ "interfaces": [
1566
+ "ShopifyStorefront_CartDiscountAllocation"
1567
+ ]
1426
1568
  },
1427
1569
  "ShopifyStorefront_CartCompletionAction": {
1428
1570
  "name": "ShopifyStorefront_CartCompletionAction",
@@ -1456,7 +1598,9 @@
1456
1598
  "description": "The ID of the cart completion attempt."
1457
1599
  }
1458
1600
  },
1459
- "required": ["id"]
1601
+ "required": [
1602
+ "id"
1603
+ ]
1460
1604
  }
1461
1605
  },
1462
1606
  "ShopifyStorefront_CartCompletionAttemptResult": {
@@ -1503,7 +1647,10 @@
1503
1647
  "description": "The ID of the cart completion attempt."
1504
1648
  }
1505
1649
  },
1506
- "required": ["errors", "id"]
1650
+ "required": [
1651
+ "errors",
1652
+ "id"
1653
+ ]
1507
1654
  }
1508
1655
  },
1509
1656
  "ShopifyStorefront_CartCompletionProcessing": {
@@ -1525,7 +1672,10 @@
1525
1672
  "description": "The number of milliseconds to wait before polling again."
1526
1673
  }
1527
1674
  },
1528
- "required": ["id", "pollDelay"]
1675
+ "required": [
1676
+ "id",
1677
+ "pollDelay"
1678
+ ]
1529
1679
  }
1530
1680
  },
1531
1681
  "ShopifyStorefront_CartCompletionSuccess": {
@@ -1558,7 +1708,11 @@
1558
1708
  "@mapping": "shopify-storefront:CartCompletionSuccess.orderUrl"
1559
1709
  }
1560
1710
  },
1561
- "required": ["id", "orderId", "orderUrl"]
1711
+ "required": [
1712
+ "id",
1713
+ "orderId",
1714
+ "orderUrl"
1715
+ ]
1562
1716
  }
1563
1717
  },
1564
1718
  "ShopifyStorefront_CartCost": {
@@ -1648,7 +1802,9 @@
1648
1802
  "description": "The list of errors that occurred from executing the mutation."
1649
1803
  }
1650
1804
  },
1651
- "required": ["userErrors"]
1805
+ "required": [
1806
+ "userErrors"
1807
+ ]
1652
1808
  }
1653
1809
  },
1654
1810
  "ShopifyStorefront_CartCustomDiscountAllocation": {
@@ -1670,9 +1826,14 @@
1670
1826
  "description": "The title of the allocated discount."
1671
1827
  }
1672
1828
  },
1673
- "required": ["discountedAmount", "title"]
1829
+ "required": [
1830
+ "discountedAmount",
1831
+ "title"
1832
+ ]
1674
1833
  },
1675
- "interfaces": ["ShopifyStorefront_CartDiscountAllocation"]
1834
+ "interfaces": [
1835
+ "ShopifyStorefront_CartDiscountAllocation"
1836
+ ]
1676
1837
  },
1677
1838
  "ShopifyStorefront_CartDeliveryGroup": {
1678
1839
  "name": "ShopifyStorefront_CartDeliveryGroup",
@@ -1738,7 +1899,12 @@
1738
1899
  "description": "The selected delivery option for the delivery group."
1739
1900
  }
1740
1901
  },
1741
- "required": ["cartLines", "deliveryAddress", "deliveryOptions", "id"]
1902
+ "required": [
1903
+ "cartLines",
1904
+ "deliveryAddress",
1905
+ "deliveryOptions",
1906
+ "id"
1907
+ ]
1742
1908
  }
1743
1909
  },
1744
1910
  "ShopifyStorefront_CartDeliveryGroupConnection": {
@@ -1771,7 +1937,11 @@
1771
1937
  "description": "Information to aid in pagination."
1772
1938
  }
1773
1939
  },
1774
- "required": ["edges", "nodes", "pageInfo"]
1940
+ "required": [
1941
+ "edges",
1942
+ "nodes",
1943
+ "pageInfo"
1944
+ ]
1775
1945
  }
1776
1946
  },
1777
1947
  "ShopifyStorefront_CartDeliveryGroupEdge": {
@@ -1793,7 +1963,10 @@
1793
1963
  "description": "The item at the end of CartDeliveryGroupEdge."
1794
1964
  }
1795
1965
  },
1796
- "required": ["cursor", "node"]
1966
+ "required": [
1967
+ "cursor",
1968
+ "node"
1969
+ ]
1797
1970
  }
1798
1971
  },
1799
1972
  "ShopifyStorefront_CartDeliveryOption": {
@@ -1835,7 +2008,11 @@
1835
2008
  "description": "The title of the delivery option."
1836
2009
  }
1837
2010
  },
1838
- "required": ["deliveryMethodType", "estimatedCost", "handle"]
2011
+ "required": [
2012
+ "deliveryMethodType",
2013
+ "estimatedCost",
2014
+ "handle"
2015
+ ]
1839
2016
  }
1840
2017
  },
1841
2018
  "ShopifyStorefront_CartDirectPaymentMethodInput": {
@@ -1862,7 +2039,10 @@
1862
2039
  "description": "The source of the credit card payment."
1863
2040
  }
1864
2041
  },
1865
- "required": ["billingAddress", "sessionId"]
2042
+ "required": [
2043
+ "billingAddress",
2044
+ "sessionId"
2045
+ ]
1866
2046
  }
1867
2047
  },
1868
2048
  "ShopifyStorefront_CartDiscountAllocation": {
@@ -1879,7 +2059,9 @@
1879
2059
  "description": "The discounted amount that has been applied to the cart line."
1880
2060
  }
1881
2061
  },
1882
- "required": ["discountedAmount"]
2062
+ "required": [
2063
+ "discountedAmount"
2064
+ ]
1883
2065
  },
1884
2066
  "type": "interface"
1885
2067
  },
@@ -1902,7 +2084,10 @@
1902
2084
  "description": "The code for the discount."
1903
2085
  }
1904
2086
  },
1905
- "required": ["applicable", "code"]
2087
+ "required": [
2088
+ "applicable",
2089
+ "code"
2090
+ ]
1906
2091
  }
1907
2092
  },
1908
2093
  "ShopifyStorefront_CartDiscountCodesUpdatePayload": {
@@ -1927,7 +2112,9 @@
1927
2112
  "description": "The list of errors that occurred from executing the mutation."
1928
2113
  }
1929
2114
  },
1930
- "required": ["userErrors"]
2115
+ "required": [
2116
+ "userErrors"
2117
+ ]
1931
2118
  }
1932
2119
  },
1933
2120
  "ShopifyStorefront_CartErrorCode": {
@@ -1985,7 +2172,11 @@
1985
2172
  "description": "The estimated tax amount for the customer to pay at checkout."
1986
2173
  }
1987
2174
  },
1988
- "required": ["checkoutChargeAmount", "subtotalAmount", "totalAmount"]
2175
+ "required": [
2176
+ "checkoutChargeAmount",
2177
+ "subtotalAmount",
2178
+ "totalAmount"
2179
+ ]
1989
2180
  }
1990
2181
  },
1991
2182
  "ShopifyStorefront_CartFreePaymentMethodInput": {
@@ -2002,7 +2193,9 @@
2002
2193
  "description": "The customer's billing address."
2003
2194
  }
2004
2195
  },
2005
- "required": ["billingAddress"]
2196
+ "required": [
2197
+ "billingAddress"
2198
+ ]
2006
2199
  }
2007
2200
  },
2008
2201
  "ShopifyStorefront_CartInput": {
@@ -2082,7 +2275,11 @@
2082
2275
  "description": "The type of data that the cart metafield stores.\nThe type of data must be a [supported type](https://shopify.dev/apps/metafields/types)."
2083
2276
  }
2084
2277
  },
2085
- "required": ["key", "value", "type"]
2278
+ "required": [
2279
+ "key",
2280
+ "value",
2281
+ "type"
2282
+ ]
2086
2283
  }
2087
2284
  },
2088
2285
  "ShopifyStorefront_CartLine": {
@@ -2104,7 +2301,9 @@
2104
2301
  "description": "The key of the attribute."
2105
2302
  }
2106
2303
  },
2107
- "required": ["key"]
2304
+ "required": [
2305
+ "key"
2306
+ ]
2108
2307
  },
2109
2308
  "description": "An attribute associated with the cart line."
2110
2309
  },
@@ -2157,9 +2356,20 @@
2157
2356
  "description": "The selling plan associated with the cart line and the effect that each selling plan has on variants when they're purchased."
2158
2357
  }
2159
2358
  },
2160
- "required": ["attributes", "cost", "discountAllocations", "estimatedCost", "id", "merchandise", "quantity"]
2359
+ "required": [
2360
+ "attributes",
2361
+ "cost",
2362
+ "discountAllocations",
2363
+ "estimatedCost",
2364
+ "id",
2365
+ "merchandise",
2366
+ "quantity"
2367
+ ]
2161
2368
  },
2162
- "interfaces": ["ShopifyStorefront_BaseCartLine", "ShopifyStorefront_Node"]
2369
+ "interfaces": [
2370
+ "ShopifyStorefront_BaseCartLine",
2371
+ "ShopifyStorefront_Node"
2372
+ ]
2163
2373
  },
2164
2374
  "ShopifyStorefront_CartLineCost": {
2165
2375
  "name": "ShopifyStorefront_CartLineCost",
@@ -2190,7 +2400,11 @@
2190
2400
  "description": "The total cost of the merchandise line."
2191
2401
  }
2192
2402
  },
2193
- "required": ["amountPerQuantity", "subtotalAmount", "totalAmount"]
2403
+ "required": [
2404
+ "amountPerQuantity",
2405
+ "subtotalAmount",
2406
+ "totalAmount"
2407
+ ]
2194
2408
  }
2195
2409
  },
2196
2410
  "ShopifyStorefront_CartLineEstimatedCost": {
@@ -2222,7 +2436,11 @@
2222
2436
  "description": "The estimated total cost of the merchandise line."
2223
2437
  }
2224
2438
  },
2225
- "required": ["amount", "subtotalAmount", "totalAmount"]
2439
+ "required": [
2440
+ "amount",
2441
+ "subtotalAmount",
2442
+ "totalAmount"
2443
+ ]
2226
2444
  }
2227
2445
  },
2228
2446
  "ShopifyStorefront_CartLineInput": {
@@ -2260,7 +2478,9 @@
2260
2478
  "description": "The ID of the selling plan that the merchandise is being purchased with."
2261
2479
  }
2262
2480
  },
2263
- "required": ["merchandiseId"]
2481
+ "required": [
2482
+ "merchandiseId"
2483
+ ]
2264
2484
  }
2265
2485
  },
2266
2486
  "ShopifyStorefront_CartLineUpdateInput": {
@@ -2303,7 +2523,9 @@
2303
2523
  "description": "The ID of the selling plan that the merchandise is being purchased with."
2304
2524
  }
2305
2525
  },
2306
- "required": ["id"]
2526
+ "required": [
2527
+ "id"
2528
+ ]
2307
2529
  }
2308
2530
  },
2309
2531
  "ShopifyStorefront_CartLinesAddPayload": {
@@ -2328,7 +2550,9 @@
2328
2550
  "description": "The list of errors that occurred from executing the mutation."
2329
2551
  }
2330
2552
  },
2331
- "required": ["userErrors"]
2553
+ "required": [
2554
+ "userErrors"
2555
+ ]
2332
2556
  }
2333
2557
  },
2334
2558
  "ShopifyStorefront_CartLinesRemovePayload": {
@@ -2353,7 +2577,9 @@
2353
2577
  "description": "The list of errors that occurred from executing the mutation."
2354
2578
  }
2355
2579
  },
2356
- "required": ["userErrors"]
2580
+ "required": [
2581
+ "userErrors"
2582
+ ]
2357
2583
  }
2358
2584
  },
2359
2585
  "ShopifyStorefront_CartLinesUpdatePayload": {
@@ -2378,7 +2604,9 @@
2378
2604
  "description": "The list of errors that occurred from executing the mutation."
2379
2605
  }
2380
2606
  },
2381
- "required": ["userErrors"]
2607
+ "required": [
2608
+ "userErrors"
2609
+ ]
2382
2610
  }
2383
2611
  },
2384
2612
  "ShopifyStorefront_CartMetafieldDeleteInput": {
@@ -2401,7 +2629,10 @@
2401
2629
  "description": "The key name of the cart metafield. Can either be a composite key (`namespace.key`) or a simple key\n that relies on the default app-reserved namespace."
2402
2630
  }
2403
2631
  },
2404
- "required": ["ownerId", "key"]
2632
+ "required": [
2633
+ "ownerId",
2634
+ "key"
2635
+ ]
2405
2636
  }
2406
2637
  },
2407
2638
  "ShopifyStorefront_CartMetafieldDeletePayload": {
@@ -2427,7 +2658,9 @@
2427
2658
  "description": "The list of errors that occurred from executing the mutation."
2428
2659
  }
2429
2660
  },
2430
- "required": ["userErrors"]
2661
+ "required": [
2662
+ "userErrors"
2663
+ ]
2431
2664
  }
2432
2665
  },
2433
2666
  "ShopifyStorefront_CartMetafieldsSetInput": {
@@ -2460,7 +2693,12 @@
2460
2693
  "description": "The type of data that the cart metafield stores.\nThe type of data must be a [supported type](https://shopify.dev/apps/metafields/types)."
2461
2694
  }
2462
2695
  },
2463
- "required": ["ownerId", "key", "value", "type"]
2696
+ "required": [
2697
+ "ownerId",
2698
+ "key",
2699
+ "value",
2700
+ "type"
2701
+ ]
2464
2702
  }
2465
2703
  },
2466
2704
  "ShopifyStorefront_CartMetafieldsSetPayload": {
@@ -2488,7 +2726,9 @@
2488
2726
  "description": "The list of errors that occurred from executing the mutation."
2489
2727
  }
2490
2728
  },
2491
- "required": ["userErrors"]
2729
+ "required": [
2730
+ "userErrors"
2731
+ ]
2492
2732
  }
2493
2733
  },
2494
2734
  "ShopifyStorefront_CartNoteUpdatePayload": {
@@ -2513,7 +2753,9 @@
2513
2753
  "description": "The list of errors that occurred from executing the mutation."
2514
2754
  }
2515
2755
  },
2516
- "required": ["userErrors"]
2756
+ "required": [
2757
+ "userErrors"
2758
+ ]
2517
2759
  }
2518
2760
  },
2519
2761
  "ShopifyStorefront_CartPaymentInput": {
@@ -2550,7 +2792,9 @@
2550
2792
  "description": "The input fields to use when checking out a cart with a wallet payment method (like Shop Pay or Apple Pay)."
2551
2793
  }
2552
2794
  },
2553
- "required": ["amount"]
2795
+ "required": [
2796
+ "amount"
2797
+ ]
2554
2798
  }
2555
2799
  },
2556
2800
  "ShopifyStorefront_CartPaymentUpdatePayload": {
@@ -2575,7 +2819,9 @@
2575
2819
  "description": "The list of errors that occurred from executing the mutation."
2576
2820
  }
2577
2821
  },
2578
- "required": ["userErrors"]
2822
+ "required": [
2823
+ "userErrors"
2824
+ ]
2579
2825
  }
2580
2826
  },
2581
2827
  "ShopifyStorefront_CartSelectedDeliveryOptionInput": {
@@ -2598,7 +2844,10 @@
2598
2844
  "description": "The handle of the selected delivery option."
2599
2845
  }
2600
2846
  },
2601
- "required": ["deliveryGroupId", "deliveryOptionHandle"]
2847
+ "required": [
2848
+ "deliveryGroupId",
2849
+ "deliveryOptionHandle"
2850
+ ]
2602
2851
  }
2603
2852
  },
2604
2853
  "ShopifyStorefront_CartSelectedDeliveryOptionsUpdatePayload": {
@@ -2623,7 +2872,9 @@
2623
2872
  "description": "The list of errors that occurred from executing the mutation."
2624
2873
  }
2625
2874
  },
2626
- "required": ["userErrors"]
2875
+ "required": [
2876
+ "userErrors"
2877
+ ]
2627
2878
  }
2628
2879
  },
2629
2880
  "ShopifyStorefront_CartSubmitForCompletionPayload": {
@@ -2648,7 +2899,9 @@
2648
2899
  "description": "The list of errors that occurred from executing the mutation."
2649
2900
  }
2650
2901
  },
2651
- "required": ["userErrors"]
2902
+ "required": [
2903
+ "userErrors"
2904
+ ]
2652
2905
  }
2653
2906
  },
2654
2907
  "ShopifyStorefront_CartSubmitForCompletionResult": {
@@ -2700,9 +2953,13 @@
2700
2953
  "description": "The error message."
2701
2954
  }
2702
2955
  },
2703
- "required": ["message"]
2956
+ "required": [
2957
+ "message"
2958
+ ]
2704
2959
  },
2705
- "interfaces": ["ShopifyStorefront_DisplayableError"]
2960
+ "interfaces": [
2961
+ "ShopifyStorefront_DisplayableError"
2962
+ ]
2706
2963
  },
2707
2964
  "ShopifyStorefront_CartWalletPaymentMethodInput": {
2708
2965
  "name": "ShopifyStorefront_CartWalletPaymentMethodInput",
@@ -2992,7 +3249,9 @@
2992
3249
  "webUrl"
2993
3250
  ]
2994
3251
  },
2995
- "interfaces": ["ShopifyStorefront_Node"]
3252
+ "interfaces": [
3253
+ "ShopifyStorefront_Node"
3254
+ ]
2996
3255
  },
2997
3256
  "ShopifyStorefront_CheckoutAttributesUpdateV2Input": {
2998
3257
  "name": "ShopifyStorefront_CheckoutAttributesUpdateV2Input",
@@ -3055,7 +3314,10 @@
3055
3314
  "description": "The list of errors that occurred from executing the mutation."
3056
3315
  }
3057
3316
  },
3058
- "required": ["checkoutUserErrors", "userErrors"]
3317
+ "required": [
3318
+ "checkoutUserErrors",
3319
+ "userErrors"
3320
+ ]
3059
3321
  }
3060
3322
  },
3061
3323
  "ShopifyStorefront_CheckoutBuyerIdentity": {
@@ -3088,7 +3350,9 @@
3088
3350
  "description": "The country code of one of the shop's\n[enabled countries](https://help.shopify.com/en/manual/payments/shopify-payments/multi-currency/setup).\nFor example, `CA`. Including this field creates a checkout in the specified country's currency."
3089
3351
  }
3090
3352
  },
3091
- "required": ["countryCode"]
3353
+ "required": [
3354
+ "countryCode"
3355
+ ]
3092
3356
  }
3093
3357
  },
3094
3358
  "ShopifyStorefront_CheckoutCompleteFreePayload": {
@@ -3122,7 +3386,10 @@
3122
3386
  "description": "The list of errors that occurred from executing the mutation."
3123
3387
  }
3124
3388
  },
3125
- "required": ["checkoutUserErrors", "userErrors"]
3389
+ "required": [
3390
+ "checkoutUserErrors",
3391
+ "userErrors"
3392
+ ]
3126
3393
  }
3127
3394
  },
3128
3395
  "ShopifyStorefront_CheckoutCompleteWithCreditCardV2Payload": {
@@ -3161,7 +3428,10 @@
3161
3428
  "description": "The list of errors that occurred from executing the mutation."
3162
3429
  }
3163
3430
  },
3164
- "required": ["checkoutUserErrors", "userErrors"]
3431
+ "required": [
3432
+ "checkoutUserErrors",
3433
+ "userErrors"
3434
+ ]
3165
3435
  }
3166
3436
  },
3167
3437
  "ShopifyStorefront_CheckoutCompleteWithTokenizedPaymentV3Payload": {
@@ -3200,7 +3470,10 @@
3200
3470
  "description": "The list of errors that occurred from executing the mutation."
3201
3471
  }
3202
3472
  },
3203
- "required": ["checkoutUserErrors", "userErrors"]
3473
+ "required": [
3474
+ "checkoutUserErrors",
3475
+ "userErrors"
3476
+ ]
3204
3477
  }
3205
3478
  },
3206
3479
  "ShopifyStorefront_CheckoutCreateInput": {
@@ -3291,7 +3564,10 @@
3291
3564
  "description": "The list of errors that occurred from executing the mutation."
3292
3565
  }
3293
3566
  },
3294
- "required": ["checkoutUserErrors", "userErrors"]
3567
+ "required": [
3568
+ "checkoutUserErrors",
3569
+ "userErrors"
3570
+ ]
3295
3571
  }
3296
3572
  },
3297
3573
  "ShopifyStorefront_CheckoutCustomerAssociateV2Payload": {
@@ -3330,7 +3606,10 @@
3330
3606
  "description": "The list of errors that occurred from executing the mutation."
3331
3607
  }
3332
3608
  },
3333
- "required": ["checkoutUserErrors", "userErrors"]
3609
+ "required": [
3610
+ "checkoutUserErrors",
3611
+ "userErrors"
3612
+ ]
3334
3613
  }
3335
3614
  },
3336
3615
  "ShopifyStorefront_CheckoutCustomerDisassociateV2Payload": {
@@ -3364,7 +3643,10 @@
3364
3643
  "description": "The list of errors that occurred from executing the mutation."
3365
3644
  }
3366
3645
  },
3367
- "required": ["checkoutUserErrors", "userErrors"]
3646
+ "required": [
3647
+ "checkoutUserErrors",
3648
+ "userErrors"
3649
+ ]
3368
3650
  }
3369
3651
  },
3370
3652
  "ShopifyStorefront_CheckoutDiscountCodeApplyV2Payload": {
@@ -3398,7 +3680,10 @@
3398
3680
  "description": "The list of errors that occurred from executing the mutation."
3399
3681
  }
3400
3682
  },
3401
- "required": ["checkoutUserErrors", "userErrors"]
3683
+ "required": [
3684
+ "checkoutUserErrors",
3685
+ "userErrors"
3686
+ ]
3402
3687
  }
3403
3688
  },
3404
3689
  "ShopifyStorefront_CheckoutDiscountCodeRemovePayload": {
@@ -3432,7 +3717,10 @@
3432
3717
  "description": "The list of errors that occurred from executing the mutation."
3433
3718
  }
3434
3719
  },
3435
- "required": ["checkoutUserErrors", "userErrors"]
3720
+ "required": [
3721
+ "checkoutUserErrors",
3722
+ "userErrors"
3723
+ ]
3436
3724
  }
3437
3725
  },
3438
3726
  "ShopifyStorefront_CheckoutEmailUpdateV2Payload": {
@@ -3466,7 +3754,10 @@
3466
3754
  "description": "The list of errors that occurred from executing the mutation."
3467
3755
  }
3468
3756
  },
3469
- "required": ["checkoutUserErrors", "userErrors"]
3757
+ "required": [
3758
+ "checkoutUserErrors",
3759
+ "userErrors"
3760
+ ]
3470
3761
  }
3471
3762
  },
3472
3763
  "ShopifyStorefront_CheckoutErrorCode": {
@@ -3556,7 +3847,10 @@
3556
3847
  "description": "The list of errors that occurred from executing the mutation."
3557
3848
  }
3558
3849
  },
3559
- "required": ["checkoutUserErrors", "userErrors"]
3850
+ "required": [
3851
+ "checkoutUserErrors",
3852
+ "userErrors"
3853
+ ]
3560
3854
  }
3561
3855
  },
3562
3856
  "ShopifyStorefront_CheckoutGiftCardsAppendPayload": {
@@ -3590,7 +3884,10 @@
3590
3884
  "description": "The list of errors that occurred from executing the mutation."
3591
3885
  }
3592
3886
  },
3593
- "required": ["checkoutUserErrors", "userErrors"]
3887
+ "required": [
3888
+ "checkoutUserErrors",
3889
+ "userErrors"
3890
+ ]
3594
3891
  }
3595
3892
  },
3596
3893
  "ShopifyStorefront_CheckoutLineItem": {
@@ -3644,9 +3941,17 @@
3644
3941
  "description": "Product variant of the line item."
3645
3942
  }
3646
3943
  },
3647
- "required": ["customAttributes", "discountAllocations", "id", "quantity", "title"]
3944
+ "required": [
3945
+ "customAttributes",
3946
+ "discountAllocations",
3947
+ "id",
3948
+ "quantity",
3949
+ "title"
3950
+ ]
3648
3951
  },
3649
- "interfaces": ["ShopifyStorefront_Node"]
3952
+ "interfaces": [
3953
+ "ShopifyStorefront_Node"
3954
+ ]
3650
3955
  },
3651
3956
  "ShopifyStorefront_CheckoutLineItemConnection": {
3652
3957
  "name": "ShopifyStorefront_CheckoutLineItemConnection",
@@ -3678,7 +3983,11 @@
3678
3983
  "description": "Information to aid in pagination."
3679
3984
  }
3680
3985
  },
3681
- "required": ["edges", "nodes", "pageInfo"]
3986
+ "required": [
3987
+ "edges",
3988
+ "nodes",
3989
+ "pageInfo"
3990
+ ]
3682
3991
  }
3683
3992
  },
3684
3993
  "ShopifyStorefront_CheckoutLineItemEdge": {
@@ -3700,7 +4009,10 @@
3700
4009
  "description": "The item at the end of CheckoutLineItemEdge."
3701
4010
  }
3702
4011
  },
3703
- "required": ["cursor", "node"]
4012
+ "required": [
4013
+ "cursor",
4014
+ "node"
4015
+ ]
3704
4016
  }
3705
4017
  },
3706
4018
  "ShopifyStorefront_CheckoutLineItemInput": {
@@ -3731,7 +4043,10 @@
3731
4043
  "description": "The ID of the product variant for the line item."
3732
4044
  }
3733
4045
  },
3734
- "required": ["quantity", "variantId"]
4046
+ "required": [
4047
+ "quantity",
4048
+ "variantId"
4049
+ ]
3735
4050
  }
3736
4051
  },
3737
4052
  "ShopifyStorefront_CheckoutLineItemUpdateInput": {
@@ -3801,7 +4116,10 @@
3801
4116
  "description": "The list of errors that occurred from executing the mutation."
3802
4117
  }
3803
4118
  },
3804
- "required": ["checkoutUserErrors", "userErrors"]
4119
+ "required": [
4120
+ "checkoutUserErrors",
4121
+ "userErrors"
4122
+ ]
3805
4123
  }
3806
4124
  },
3807
4125
  "ShopifyStorefront_CheckoutLineItemsRemovePayload": {
@@ -3835,7 +4153,10 @@
3835
4153
  "description": "The list of errors that occurred from executing the mutation."
3836
4154
  }
3837
4155
  },
3838
- "required": ["checkoutUserErrors", "userErrors"]
4156
+ "required": [
4157
+ "checkoutUserErrors",
4158
+ "userErrors"
4159
+ ]
3839
4160
  }
3840
4161
  },
3841
4162
  "ShopifyStorefront_CheckoutLineItemsReplacePayload": {
@@ -3860,7 +4181,9 @@
3860
4181
  "description": "The list of errors that occurred from executing the mutation."
3861
4182
  }
3862
4183
  },
3863
- "required": ["userErrors"]
4184
+ "required": [
4185
+ "userErrors"
4186
+ ]
3864
4187
  }
3865
4188
  },
3866
4189
  "ShopifyStorefront_CheckoutLineItemsUpdatePayload": {
@@ -3894,7 +4217,10 @@
3894
4217
  "description": "The list of errors that occurred from executing the mutation."
3895
4218
  }
3896
4219
  },
3897
- "required": ["checkoutUserErrors", "userErrors"]
4220
+ "required": [
4221
+ "checkoutUserErrors",
4222
+ "userErrors"
4223
+ ]
3898
4224
  }
3899
4225
  },
3900
4226
  "ShopifyStorefront_CheckoutShippingAddressUpdateV2Payload": {
@@ -3928,7 +4254,10 @@
3928
4254
  "description": "The list of errors that occurred from executing the mutation."
3929
4255
  }
3930
4256
  },
3931
- "required": ["checkoutUserErrors", "userErrors"]
4257
+ "required": [
4258
+ "checkoutUserErrors",
4259
+ "userErrors"
4260
+ ]
3932
4261
  }
3933
4262
  },
3934
4263
  "ShopifyStorefront_CheckoutShippingLineUpdatePayload": {
@@ -3962,7 +4291,10 @@
3962
4291
  "description": "The list of errors that occurred from executing the mutation."
3963
4292
  }
3964
4293
  },
3965
- "required": ["checkoutUserErrors", "userErrors"]
4294
+ "required": [
4295
+ "checkoutUserErrors",
4296
+ "userErrors"
4297
+ ]
3966
4298
  }
3967
4299
  },
3968
4300
  "ShopifyStorefront_CheckoutUserError": {
@@ -3992,9 +4324,13 @@
3992
4324
  "description": "The error message."
3993
4325
  }
3994
4326
  },
3995
- "required": ["message"]
4327
+ "required": [
4328
+ "message"
4329
+ ]
3996
4330
  },
3997
- "interfaces": ["ShopifyStorefront_DisplayableError"]
4331
+ "interfaces": [
4332
+ "ShopifyStorefront_DisplayableError"
4333
+ ]
3998
4334
  },
3999
4335
  "ShopifyStorefront_Collection": {
4000
4336
  "name": "ShopifyStorefront_Collection",
@@ -4054,7 +4390,10 @@
4054
4390
  "description": "The identifier for the metafield."
4055
4391
  }
4056
4392
  },
4057
- "required": ["namespace", "key"]
4393
+ "required": [
4394
+ "namespace",
4395
+ "key"
4396
+ ]
4058
4397
  },
4059
4398
  "description": "Returns a metafield found by namespace and key."
4060
4399
  },
@@ -4075,7 +4414,9 @@
4075
4414
  "description": "The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values."
4076
4415
  }
4077
4416
  },
4078
- "required": ["identifiers"]
4417
+ "required": [
4418
+ "identifiers"
4419
+ ]
4079
4420
  },
4080
4421
  "description": "The metafields associated with the resource matching the supplied list of namespaces and keys."
4081
4422
  },
@@ -4191,7 +4532,11 @@
4191
4532
  "description": "Information to aid in pagination."
4192
4533
  }
4193
4534
  },
4194
- "required": ["edges", "nodes", "pageInfo"]
4535
+ "required": [
4536
+ "edges",
4537
+ "nodes",
4538
+ "pageInfo"
4539
+ ]
4195
4540
  }
4196
4541
  },
4197
4542
  "ShopifyStorefront_CollectionEdge": {
@@ -4213,7 +4558,10 @@
4213
4558
  "description": "The item at the end of CollectionEdge."
4214
4559
  }
4215
4560
  },
4216
- "required": ["cursor", "node"]
4561
+ "required": [
4562
+ "cursor",
4563
+ "node"
4564
+ ]
4217
4565
  }
4218
4566
  },
4219
4567
  "ShopifyStorefront_CollectionSortKeys": {
@@ -4222,7 +4570,12 @@
4222
4570
  "id": "ShopifyStorefront_CollectionSortKeys",
4223
4571
  "description": "The set of valid sort keys for the Collection query.",
4224
4572
  "schema": {
4225
- "enum": ["TITLE", "UPDATED_AT", "ID", "RELEVANCE"]
4573
+ "enum": [
4574
+ "TITLE",
4575
+ "UPDATED_AT",
4576
+ "ID",
4577
+ "RELEVANCE"
4578
+ ]
4226
4579
  }
4227
4580
  },
4228
4581
  "ShopifyStorefront_Comment": {
@@ -4264,9 +4617,16 @@
4264
4617
  "description": "A globally-unique ID."
4265
4618
  }
4266
4619
  },
4267
- "required": ["author", "content", "contentHtml", "id"]
4620
+ "required": [
4621
+ "author",
4622
+ "content",
4623
+ "contentHtml",
4624
+ "id"
4625
+ ]
4268
4626
  },
4269
- "interfaces": ["ShopifyStorefront_Node"]
4627
+ "interfaces": [
4628
+ "ShopifyStorefront_Node"
4629
+ ]
4270
4630
  },
4271
4631
  "ShopifyStorefront_CommentAuthor": {
4272
4632
  "name": "ShopifyStorefront_CommentAuthor",
@@ -4287,8 +4647,11 @@
4287
4647
  "description": "The author’s name."
4288
4648
  }
4289
4649
  },
4290
- "required": ["email", "name"]
4291
- }
4650
+ "required": [
4651
+ "email",
4652
+ "name"
4653
+ ]
4654
+ }
4292
4655
  },
4293
4656
  "ShopifyStorefront_CommentConnection": {
4294
4657
  "name": "ShopifyStorefront_CommentConnection",
@@ -4320,7 +4683,11 @@
4320
4683
  "description": "Information to aid in pagination."
4321
4684
  }
4322
4685
  },
4323
- "required": ["edges", "nodes", "pageInfo"]
4686
+ "required": [
4687
+ "edges",
4688
+ "nodes",
4689
+ "pageInfo"
4690
+ ]
4324
4691
  }
4325
4692
  },
4326
4693
  "ShopifyStorefront_CommentEdge": {
@@ -4342,7 +4709,10 @@
4342
4709
  "description": "The item at the end of CommentEdge."
4343
4710
  }
4344
4711
  },
4345
- "required": ["cursor", "node"]
4712
+ "required": [
4713
+ "cursor",
4714
+ "node"
4715
+ ]
4346
4716
  }
4347
4717
  },
4348
4718
  "ShopifyStorefront_CompletePaymentChallenge": {
@@ -4380,7 +4750,9 @@
4380
4750
  "description": "The error message."
4381
4751
  }
4382
4752
  },
4383
- "required": ["code"]
4753
+ "required": [
4754
+ "code"
4755
+ ]
4384
4756
  }
4385
4757
  },
4386
4758
  "ShopifyStorefront_CompletionErrorCode": {
@@ -4448,7 +4820,13 @@
4448
4820
  "description": "The unit system used in the country."
4449
4821
  }
4450
4822
  },
4451
- "required": ["availableLanguages", "currency", "isoCode", "name", "unitSystem"]
4823
+ "required": [
4824
+ "availableLanguages",
4825
+ "currency",
4826
+ "isoCode",
4827
+ "name",
4828
+ "unitSystem"
4829
+ ]
4452
4830
  }
4453
4831
  },
4454
4832
  "ShopifyStorefront_CountryCode": {
@@ -4792,7 +5170,12 @@
4792
5170
  "default": false
4793
5171
  }
4794
5172
  },
4795
- "required": ["paymentAmount", "idempotencyKey", "billingAddress", "vaultId"]
5173
+ "required": [
5174
+ "paymentAmount",
5175
+ "idempotencyKey",
5176
+ "billingAddress",
5177
+ "vaultId"
5178
+ ]
4796
5179
  }
4797
5180
  },
4798
5181
  "ShopifyStorefront_CropRegion": {
@@ -4801,7 +5184,13 @@
4801
5184
  "id": "ShopifyStorefront_CropRegion",
4802
5185
  "description": "The part of the image that should remain after cropping.",
4803
5186
  "schema": {
4804
- "enum": ["CENTER", "TOP", "BOTTOM", "LEFT", "RIGHT"]
5187
+ "enum": [
5188
+ "CENTER",
5189
+ "TOP",
5190
+ "BOTTOM",
5191
+ "LEFT",
5192
+ "RIGHT"
5193
+ ]
4805
5194
  }
4806
5195
  },
4807
5196
  "ShopifyStorefront_Currency": {
@@ -4828,7 +5217,11 @@
4828
5217
  "description": "The symbol of the currency."
4829
5218
  }
4830
5219
  },
4831
- "required": ["isoCode", "name", "symbol"]
5220
+ "required": [
5221
+ "isoCode",
5222
+ "name",
5223
+ "symbol"
5224
+ ]
4832
5225
  }
4833
5226
  },
4834
5227
  "ShopifyStorefront_CurrencyCode": {
@@ -5102,7 +5495,10 @@
5102
5495
  "description": "The identifier for the metafield."
5103
5496
  }
5104
5497
  },
5105
- "required": ["namespace", "key"]
5498
+ "required": [
5499
+ "namespace",
5500
+ "key"
5501
+ ]
5106
5502
  },
5107
5503
  "description": "Returns a metafield found by namespace and key."
5108
5504
  },
@@ -5123,7 +5519,9 @@
5123
5519
  "description": "The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values."
5124
5520
  }
5125
5521
  },
5126
- "required": ["identifiers"]
5522
+ "required": [
5523
+ "identifiers"
5524
+ ]
5127
5525
  },
5128
5526
  "description": "The metafields associated with the resource matching the supplied list of namespaces and keys."
5129
5527
  },
@@ -5204,7 +5602,9 @@
5204
5602
  "updatedAt"
5205
5603
  ]
5206
5604
  },
5207
- "interfaces": ["ShopifyStorefront_HasMetafields"]
5605
+ "interfaces": [
5606
+ "ShopifyStorefront_HasMetafields"
5607
+ ]
5208
5608
  },
5209
5609
  "ShopifyStorefront_CustomerAccessToken": {
5210
5610
  "name": "ShopifyStorefront_CustomerAccessToken",
@@ -5225,7 +5625,10 @@
5225
5625
  "@mapping": "shopify-storefront:CustomerAccessToken.expiresAt"
5226
5626
  }
5227
5627
  },
5228
- "required": ["accessToken", "expiresAt"]
5628
+ "required": [
5629
+ "accessToken",
5630
+ "expiresAt"
5631
+ ]
5229
5632
  }
5230
5633
  },
5231
5634
  "ShopifyStorefront_CustomerAccessTokenCreateInput": {
@@ -5247,7 +5650,10 @@
5247
5650
  "description": "The login password to be used by the customer."
5248
5651
  }
5249
5652
  },
5250
- "required": ["email", "password"]
5653
+ "required": [
5654
+ "email",
5655
+ "password"
5656
+ ]
5251
5657
  }
5252
5658
  },
5253
5659
  "ShopifyStorefront_CustomerAccessTokenCreatePayload": {
@@ -5281,7 +5687,10 @@
5281
5687
  "description": "The list of errors that occurred from executing the mutation."
5282
5688
  }
5283
5689
  },
5284
- "required": ["customerUserErrors", "userErrors"]
5690
+ "required": [
5691
+ "customerUserErrors",
5692
+ "userErrors"
5693
+ ]
5285
5694
  }
5286
5695
  },
5287
5696
  "ShopifyStorefront_CustomerAccessTokenCreateWithMultipassPayload": {
@@ -5306,7 +5715,9 @@
5306
5715
  "description": "The list of errors that occurred from executing the mutation."
5307
5716
  }
5308
5717
  },
5309
- "required": ["customerUserErrors"]
5718
+ "required": [
5719
+ "customerUserErrors"
5720
+ ]
5310
5721
  }
5311
5722
  },
5312
5723
  "ShopifyStorefront_CustomerAccessTokenDeletePayload": {
@@ -5336,7 +5747,9 @@
5336
5747
  "description": "The list of errors that occurred from executing the mutation."
5337
5748
  }
5338
5749
  },
5339
- "required": ["userErrors"]
5750
+ "required": [
5751
+ "userErrors"
5752
+ ]
5340
5753
  }
5341
5754
  },
5342
5755
  "ShopifyStorefront_CustomerAccessTokenRenewPayload": {
@@ -5361,7 +5774,9 @@
5361
5774
  "description": "The list of errors that occurred from executing the mutation."
5362
5775
  }
5363
5776
  },
5364
- "required": ["userErrors"]
5777
+ "required": [
5778
+ "userErrors"
5779
+ ]
5365
5780
  }
5366
5781
  },
5367
5782
  "ShopifyStorefront_CustomerActivateByUrlPayload": {
@@ -5391,7 +5806,9 @@
5391
5806
  "description": "The list of errors that occurred from executing the mutation."
5392
5807
  }
5393
5808
  },
5394
- "required": ["customerUserErrors"]
5809
+ "required": [
5810
+ "customerUserErrors"
5811
+ ]
5395
5812
  }
5396
5813
  },
5397
5814
  "ShopifyStorefront_CustomerActivateInput": {
@@ -5413,7 +5830,10 @@
5413
5830
  "description": "New password that will be set during activation."
5414
5831
  }
5415
5832
  },
5416
- "required": ["activationToken", "password"]
5833
+ "required": [
5834
+ "activationToken",
5835
+ "password"
5836
+ ]
5417
5837
  }
5418
5838
  },
5419
5839
  "ShopifyStorefront_CustomerActivatePayload": {
@@ -5452,7 +5872,10 @@
5452
5872
  "description": "The list of errors that occurred from executing the mutation."
5453
5873
  }
5454
5874
  },
5455
- "required": ["customerUserErrors", "userErrors"]
5875
+ "required": [
5876
+ "customerUserErrors",
5877
+ "userErrors"
5878
+ ]
5456
5879
  }
5457
5880
  },
5458
5881
  "ShopifyStorefront_CustomerAddressCreatePayload": {
@@ -5486,7 +5909,10 @@
5486
5909
  "description": "The list of errors that occurred from executing the mutation."
5487
5910
  }
5488
5911
  },
5489
- "required": ["customerUserErrors", "userErrors"]
5912
+ "required": [
5913
+ "customerUserErrors",
5914
+ "userErrors"
5915
+ ]
5490
5916
  }
5491
5917
  },
5492
5918
  "ShopifyStorefront_CustomerAddressDeletePayload": {
@@ -5520,7 +5946,10 @@
5520
5946
  "description": "The list of errors that occurred from executing the mutation."
5521
5947
  }
5522
5948
  },
5523
- "required": ["customerUserErrors", "userErrors"]
5949
+ "required": [
5950
+ "customerUserErrors",
5951
+ "userErrors"
5952
+ ]
5524
5953
  }
5525
5954
  },
5526
5955
  "ShopifyStorefront_CustomerAddressUpdatePayload": {
@@ -5554,7 +5983,10 @@
5554
5983
  "description": "The list of errors that occurred from executing the mutation."
5555
5984
  }
5556
5985
  },
5557
- "required": ["customerUserErrors", "userErrors"]
5986
+ "required": [
5987
+ "customerUserErrors",
5988
+ "userErrors"
5989
+ ]
5558
5990
  }
5559
5991
  },
5560
5992
  "ShopifyStorefront_CustomerCreateInput": {
@@ -5596,7 +6028,10 @@
5596
6028
  "description": "Indicates whether the customer has consented to be sent marketing material via email."
5597
6029
  }
5598
6030
  },
5599
- "required": ["email", "password"]
6031
+ "required": [
6032
+ "email",
6033
+ "password"
6034
+ ]
5600
6035
  }
5601
6036
  },
5602
6037
  "ShopifyStorefront_CustomerCreatePayload": {
@@ -5630,7 +6065,10 @@
5630
6065
  "description": "The list of errors that occurred from executing the mutation."
5631
6066
  }
5632
6067
  },
5633
- "required": ["customerUserErrors", "userErrors"]
6068
+ "required": [
6069
+ "customerUserErrors",
6070
+ "userErrors"
6071
+ ]
5634
6072
  }
5635
6073
  },
5636
6074
  "ShopifyStorefront_CustomerDefaultAddressUpdatePayload": {
@@ -5664,7 +6102,10 @@
5664
6102
  "description": "The list of errors that occurred from executing the mutation."
5665
6103
  }
5666
6104
  },
5667
- "required": ["customerUserErrors", "userErrors"]
6105
+ "required": [
6106
+ "customerUserErrors",
6107
+ "userErrors"
6108
+ ]
5668
6109
  }
5669
6110
  },
5670
6111
  "ShopifyStorefront_CustomerErrorCode": {
@@ -5718,7 +6159,10 @@
5718
6159
  "description": "The list of errors that occurred from executing the mutation."
5719
6160
  }
5720
6161
  },
5721
- "required": ["customerUserErrors", "userErrors"]
6162
+ "required": [
6163
+ "customerUserErrors",
6164
+ "userErrors"
6165
+ ]
5722
6166
  }
5723
6167
  },
5724
6168
  "ShopifyStorefront_CustomerResetByUrlPayload": {
@@ -5757,7 +6201,10 @@
5757
6201
  "description": "The list of errors that occurred from executing the mutation."
5758
6202
  }
5759
6203
  },
5760
- "required": ["customerUserErrors", "userErrors"]
6204
+ "required": [
6205
+ "customerUserErrors",
6206
+ "userErrors"
6207
+ ]
5761
6208
  }
5762
6209
  },
5763
6210
  "ShopifyStorefront_CustomerResetInput": {
@@ -5779,7 +6226,10 @@
5779
6226
  "description": "New password that will be set as part of the reset password process."
5780
6227
  }
5781
6228
  },
5782
- "required": ["resetToken", "password"]
6229
+ "required": [
6230
+ "resetToken",
6231
+ "password"
6232
+ ]
5783
6233
  }
5784
6234
  },
5785
6235
  "ShopifyStorefront_CustomerResetPayload": {
@@ -5818,7 +6268,10 @@
5818
6268
  "description": "The list of errors that occurred from executing the mutation."
5819
6269
  }
5820
6270
  },
5821
- "required": ["customerUserErrors", "userErrors"]
6271
+ "required": [
6272
+ "customerUserErrors",
6273
+ "userErrors"
6274
+ ]
5822
6275
  }
5823
6276
  },
5824
6277
  "ShopifyStorefront_CustomerUpdateInput": {
@@ -5898,7 +6351,10 @@
5898
6351
  "description": "The list of errors that occurred from executing the mutation."
5899
6352
  }
5900
6353
  },
5901
- "required": ["customerUserErrors", "userErrors"]
6354
+ "required": [
6355
+ "customerUserErrors",
6356
+ "userErrors"
6357
+ ]
5902
6358
  }
5903
6359
  },
5904
6360
  "ShopifyStorefront_CustomerUserError": {
@@ -5928,9 +6384,13 @@
5928
6384
  "description": "The error message."
5929
6385
  }
5930
6386
  },
5931
- "required": ["message"]
6387
+ "required": [
6388
+ "message"
6389
+ ]
5932
6390
  },
5933
- "interfaces": ["ShopifyStorefront_DisplayableError"]
6391
+ "interfaces": [
6392
+ "ShopifyStorefront_DisplayableError"
6393
+ ]
5934
6394
  },
5935
6395
  "ShopifyStorefront_DeliveryAddress": {
5936
6396
  "name": "ShopifyStorefront_DeliveryAddress",
@@ -5973,7 +6433,14 @@
5973
6433
  "id": "ShopifyStorefront_DeliveryMethodType",
5974
6434
  "description": "List of different delivery method types.",
5975
6435
  "schema": {
5976
- "enum": ["SHIPPING", "PICK_UP", "RETAIL", "LOCAL", "PICKUP_POINT", "NONE"]
6436
+ "enum": [
6437
+ "SHIPPING",
6438
+ "PICK_UP",
6439
+ "RETAIL",
6440
+ "LOCAL",
6441
+ "PICKUP_POINT",
6442
+ "NONE"
6443
+ ]
5977
6444
  }
5978
6445
  },
5979
6446
  "ShopifyStorefront_DigitalWallet": {
@@ -5982,7 +6449,12 @@
5982
6449
  "id": "ShopifyStorefront_DigitalWallet",
5983
6450
  "description": "Digital wallet, such as Apple Pay, which can be used for accelerated checkouts.",
5984
6451
  "schema": {
5985
- "enum": ["APPLE_PAY", "ANDROID_PAY", "GOOGLE_PAY", "SHOPIFY_PAY"]
6452
+ "enum": [
6453
+ "APPLE_PAY",
6454
+ "ANDROID_PAY",
6455
+ "GOOGLE_PAY",
6456
+ "SHOPIFY_PAY"
6457
+ ]
5986
6458
  }
5987
6459
  },
5988
6460
  "ShopifyStorefront_DiscountAllocation": {
@@ -6004,7 +6476,10 @@
6004
6476
  "description": "The discount this allocated amount originated from."
6005
6477
  }
6006
6478
  },
6007
- "required": ["allocatedAmount", "discountApplication"]
6479
+ "required": [
6480
+ "allocatedAmount",
6481
+ "discountApplication"
6482
+ ]
6008
6483
  }
6009
6484
  },
6010
6485
  "ShopifyStorefront_DiscountApplication": {
@@ -6036,7 +6511,12 @@
6036
6511
  "description": "The value of the discount application."
6037
6512
  }
6038
6513
  },
6039
- "required": ["allocationMethod", "targetSelection", "targetType", "value"]
6514
+ "required": [
6515
+ "allocationMethod",
6516
+ "targetSelection",
6517
+ "targetType",
6518
+ "value"
6519
+ ]
6040
6520
  },
6041
6521
  "type": "interface"
6042
6522
  },
@@ -6046,7 +6526,11 @@
6046
6526
  "id": "ShopifyStorefront_DiscountApplicationAllocationMethod",
6047
6527
  "description": "The method by which the discount's value is allocated onto its entitled lines.",
6048
6528
  "schema": {
6049
- "enum": ["ACROSS", "EACH", "ONE"]
6529
+ "enum": [
6530
+ "ACROSS",
6531
+ "EACH",
6532
+ "ONE"
6533
+ ]
6050
6534
  }
6051
6535
  },
6052
6536
  "ShopifyStorefront_DiscountApplicationConnection": {
@@ -6079,7 +6563,11 @@
6079
6563
  "description": "Information to aid in pagination."
6080
6564
  }
6081
6565
  },
6082
- "required": ["edges", "nodes", "pageInfo"]
6566
+ "required": [
6567
+ "edges",
6568
+ "nodes",
6569
+ "pageInfo"
6570
+ ]
6083
6571
  }
6084
6572
  },
6085
6573
  "ShopifyStorefront_DiscountApplicationEdge": {
@@ -6101,7 +6589,10 @@
6101
6589
  "description": "The item at the end of DiscountApplicationEdge."
6102
6590
  }
6103
6591
  },
6104
- "required": ["cursor", "node"]
6592
+ "required": [
6593
+ "cursor",
6594
+ "node"
6595
+ ]
6105
6596
  }
6106
6597
  },
6107
6598
  "ShopifyStorefront_DiscountApplicationTargetSelection": {
@@ -6110,7 +6601,11 @@
6110
6601
  "id": "ShopifyStorefront_DiscountApplicationTargetSelection",
6111
6602
  "description": "The lines on the order to which the discount is applied, of the type defined by\nthe discount application's `targetType`. For example, the value `ENTITLED`, combined with a `targetType` of\n`LINE_ITEM`, applies the discount on all line items that are entitled to the discount.\nThe value `ALL`, combined with a `targetType` of `SHIPPING_LINE`, applies the discount on all shipping lines.\n",
6112
6603
  "schema": {
6113
- "enum": ["ALL", "ENTITLED", "EXPLICIT"]
6604
+ "enum": [
6605
+ "ALL",
6606
+ "ENTITLED",
6607
+ "EXPLICIT"
6608
+ ]
6114
6609
  }
6115
6610
  },
6116
6611
  "ShopifyStorefront_DiscountApplicationTargetType": {
@@ -6119,7 +6614,10 @@
6119
6614
  "id": "ShopifyStorefront_DiscountApplicationTargetType",
6120
6615
  "description": "The type of line (i.e. line item or shipping line) on an order that the discount is applicable towards.\n",
6121
6616
  "schema": {
6122
- "enum": ["LINE_ITEM", "SHIPPING_LINE"]
6617
+ "enum": [
6618
+ "LINE_ITEM",
6619
+ "SHIPPING_LINE"
6620
+ ]
6123
6621
  }
6124
6622
  },
6125
6623
  "ShopifyStorefront_DiscountCodeApplication": {
@@ -6161,9 +6659,18 @@
6161
6659
  "description": "The value of the discount application."
6162
6660
  }
6163
6661
  },
6164
- "required": ["allocationMethod", "applicable", "code", "targetSelection", "targetType", "value"]
6662
+ "required": [
6663
+ "allocationMethod",
6664
+ "applicable",
6665
+ "code",
6666
+ "targetSelection",
6667
+ "targetType",
6668
+ "value"
6669
+ ]
6165
6670
  },
6166
- "interfaces": ["ShopifyStorefront_DiscountApplication"]
6671
+ "interfaces": [
6672
+ "ShopifyStorefront_DiscountApplication"
6673
+ ]
6167
6674
  },
6168
6675
  "ShopifyStorefront_DisplayableError": {
6169
6676
  "name": "ShopifyStorefront_DisplayableError",
@@ -6187,7 +6694,9 @@
6187
6694
  "description": "The error message."
6188
6695
  }
6189
6696
  },
6190
- "required": ["message"]
6697
+ "required": [
6698
+ "message"
6699
+ ]
6191
6700
  },
6192
6701
  "type": "interface"
6193
6702
  },
@@ -6215,7 +6724,11 @@
6215
6724
  "@mapping": "shopify-storefront:Domain.url"
6216
6725
  }
6217
6726
  },
6218
- "required": ["host", "sslEnabled", "url"]
6727
+ "required": [
6728
+ "host",
6729
+ "sslEnabled",
6730
+ "url"
6731
+ ]
6219
6732
  }
6220
6733
  },
6221
6734
  "ShopifyStorefront_ExternalVideo": {
@@ -6274,9 +6787,19 @@
6274
6787
  "description": "The preview image for the media."
6275
6788
  }
6276
6789
  },
6277
- "required": ["embedUrl", "embeddedUrl", "host", "id", "mediaContentType", "originUrl"]
6790
+ "required": [
6791
+ "embedUrl",
6792
+ "embeddedUrl",
6793
+ "host",
6794
+ "id",
6795
+ "mediaContentType",
6796
+ "originUrl"
6797
+ ]
6278
6798
  },
6279
- "interfaces": ["ShopifyStorefront_Media", "ShopifyStorefront_Node"]
6799
+ "interfaces": [
6800
+ "ShopifyStorefront_Media",
6801
+ "ShopifyStorefront_Node"
6802
+ ]
6280
6803
  },
6281
6804
  "ShopifyStorefront_Filter": {
6282
6805
  "name": "ShopifyStorefront_Filter",
@@ -6310,7 +6833,12 @@
6310
6833
  "description": "The list of values for this filter."
6311
6834
  }
6312
6835
  },
6313
- "required": ["id", "label", "type", "values"]
6836
+ "required": [
6837
+ "id",
6838
+ "label",
6839
+ "type",
6840
+ "values"
6841
+ ]
6314
6842
  }
6315
6843
  },
6316
6844
  "ShopifyStorefront_FilterType": {
@@ -6319,7 +6847,11 @@
6319
6847
  "id": "ShopifyStorefront_FilterType",
6320
6848
  "description": "The type of data that the filter group represents.\n\nFor more information, refer to [Filter products in a collection with the Storefront API]\n(https://shopify.dev/custom-storefronts/products-collections/filter-products).\n",
6321
6849
  "schema": {
6322
- "enum": ["LIST", "PRICE_RANGE", "BOOLEAN"]
6850
+ "enum": [
6851
+ "LIST",
6852
+ "PRICE_RANGE",
6853
+ "BOOLEAN"
6854
+ ]
6323
6855
  }
6324
6856
  },
6325
6857
  "ShopifyStorefront_FilterValue": {
@@ -6351,7 +6883,12 @@
6351
6883
  "description": "A human-friendly string for this filter value."
6352
6884
  }
6353
6885
  },
6354
- "required": ["count", "id", "input", "label"]
6886
+ "required": [
6887
+ "count",
6888
+ "id",
6889
+ "input",
6890
+ "label"
6891
+ ]
6355
6892
  }
6356
6893
  },
6357
6894
  "ShopifyStorefront_Fulfillment": {
@@ -6416,7 +6953,10 @@
6416
6953
  "description": "Tracking information associated with the fulfillment,\nsuch as the tracking number and tracking URL."
6417
6954
  }
6418
6955
  },
6419
- "required": ["fulfillmentLineItems", "trackingInfo"]
6956
+ "required": [
6957
+ "fulfillmentLineItems",
6958
+ "trackingInfo"
6959
+ ]
6420
6960
  }
6421
6961
  },
6422
6962
  "ShopifyStorefront_FulfillmentLineItem": {
@@ -6438,7 +6978,10 @@
6438
6978
  "description": "The amount fulfilled in this fulfillment."
6439
6979
  }
6440
6980
  },
6441
- "required": ["lineItem", "quantity"]
6981
+ "required": [
6982
+ "lineItem",
6983
+ "quantity"
6984
+ ]
6442
6985
  }
6443
6986
  },
6444
6987
  "ShopifyStorefront_FulfillmentLineItemConnection": {
@@ -6471,7 +7014,11 @@
6471
7014
  "description": "Information to aid in pagination."
6472
7015
  }
6473
7016
  },
6474
- "required": ["edges", "nodes", "pageInfo"]
7017
+ "required": [
7018
+ "edges",
7019
+ "nodes",
7020
+ "pageInfo"
7021
+ ]
6475
7022
  }
6476
7023
  },
6477
7024
  "ShopifyStorefront_FulfillmentLineItemEdge": {
@@ -6493,7 +7040,10 @@
6493
7040
  "description": "The item at the end of FulfillmentLineItemEdge."
6494
7041
  }
6495
7042
  },
6496
- "required": ["cursor", "node"]
7043
+ "required": [
7044
+ "cursor",
7045
+ "node"
7046
+ ]
6497
7047
  }
6498
7048
  },
6499
7049
  "ShopifyStorefront_FulfillmentTrackingInfo": {
@@ -6557,9 +7107,13 @@
6557
7107
  "@mapping": "shopify-storefront:GenericFile.url"
6558
7108
  }
6559
7109
  },
6560
- "required": ["id"]
7110
+ "required": [
7111
+ "id"
7112
+ ]
6561
7113
  },
6562
- "interfaces": ["ShopifyStorefront_Node"]
7114
+ "interfaces": [
7115
+ "ShopifyStorefront_Node"
7116
+ ]
6563
7117
  },
6564
7118
  "ShopifyStorefront_GeoCoordinateInput": {
6565
7119
  "name": "ShopifyStorefront_GeoCoordinateInput",
@@ -6580,7 +7134,10 @@
6580
7134
  "description": "The coordinate's longitude value."
6581
7135
  }
6582
7136
  },
6583
- "required": ["latitude", "longitude"]
7137
+ "required": [
7138
+ "latitude",
7139
+ "longitude"
7140
+ ]
6584
7141
  }
6585
7142
  },
6586
7143
  "ShopifyStorefront_HasMetafields": {
@@ -6606,7 +7163,10 @@
6606
7163
  "description": "The identifier for the metafield."
6607
7164
  }
6608
7165
  },
6609
- "required": ["namespace", "key"]
7166
+ "required": [
7167
+ "namespace",
7168
+ "key"
7169
+ ]
6610
7170
  },
6611
7171
  "description": "Returns a metafield found by namespace and key."
6612
7172
  },
@@ -6627,12 +7187,16 @@
6627
7187
  "description": "The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values."
6628
7188
  }
6629
7189
  },
6630
- "required": ["identifiers"]
7190
+ "required": [
7191
+ "identifiers"
7192
+ ]
6631
7193
  },
6632
7194
  "description": "The metafields associated with the resource matching the supplied list of namespaces and keys."
6633
7195
  }
6634
7196
  },
6635
- "required": ["metafields"]
7197
+ "required": [
7198
+ "metafields"
7199
+ ]
6636
7200
  },
6637
7201
  "type": "interface"
6638
7202
  },
@@ -6655,7 +7219,10 @@
6655
7219
  "description": "The identifier for the metafield."
6656
7220
  }
6657
7221
  },
6658
- "required": ["namespace", "key"]
7222
+ "required": [
7223
+ "namespace",
7224
+ "key"
7225
+ ]
6659
7226
  }
6660
7227
  },
6661
7228
  "ShopifyStorefront_Image": {
@@ -6746,7 +7313,12 @@
6746
7313
  "description": "The original width of the image in pixels. Returns `null` if the image isn't hosted by Shopify."
6747
7314
  }
6748
7315
  },
6749
- "required": ["originalSrc", "src", "transformedSrc", "url"]
7316
+ "required": [
7317
+ "originalSrc",
7318
+ "src",
7319
+ "transformedSrc",
7320
+ "url"
7321
+ ]
6750
7322
  }
6751
7323
  },
6752
7324
  "ShopifyStorefront_ImageConnection": {
@@ -6779,7 +7351,11 @@
6779
7351
  "description": "Information to aid in pagination."
6780
7352
  }
6781
7353
  },
6782
- "required": ["edges", "nodes", "pageInfo"]
7354
+ "required": [
7355
+ "edges",
7356
+ "nodes",
7357
+ "pageInfo"
7358
+ ]
6783
7359
  }
6784
7360
  },
6785
7361
  "ShopifyStorefront_ImageContentType": {
@@ -6788,7 +7364,11 @@
6788
7364
  "id": "ShopifyStorefront_ImageContentType",
6789
7365
  "description": "List of supported image content types.",
6790
7366
  "schema": {
6791
- "enum": ["PNG", "JPG", "WEBP"]
7367
+ "enum": [
7368
+ "PNG",
7369
+ "JPG",
7370
+ "WEBP"
7371
+ ]
6792
7372
  }
6793
7373
  },
6794
7374
  "ShopifyStorefront_ImageEdge": {
@@ -6810,7 +7390,10 @@
6810
7390
  "description": "The item at the end of ImageEdge."
6811
7391
  }
6812
7392
  },
6813
- "required": ["cursor", "node"]
7393
+ "required": [
7394
+ "cursor",
7395
+ "node"
7396
+ ]
6814
7397
  }
6815
7398
  },
6816
7399
  "ShopifyStorefront_ImageTransformInput": {
@@ -6867,7 +7450,10 @@
6867
7450
  "@mapping": "shopify-storefront:InContext.type"
6868
7451
  }
6869
7452
  },
6870
- "required": ["description", "type"]
7453
+ "required": [
7454
+ "description",
7455
+ "type"
7456
+ ]
6871
7457
  }
6872
7458
  },
6873
7459
  "ShopifyStorefront_InContextType": {
@@ -6887,7 +7473,10 @@
6887
7473
  "@mapping": "shopify-storefront:InContextType.name"
6888
7474
  }
6889
7475
  },
6890
- "required": ["kind", "name"]
7476
+ "required": [
7477
+ "kind",
7478
+ "name"
7479
+ ]
6891
7480
  }
6892
7481
  },
6893
7482
  "ShopifyStorefront_Language": {
@@ -6914,7 +7503,11 @@
6914
7503
  "description": "The name of the language in the current language."
6915
7504
  }
6916
7505
  },
6917
- "required": ["endonymName", "isoCode", "name"]
7506
+ "required": [
7507
+ "endonymName",
7508
+ "isoCode",
7509
+ "name"
7510
+ ]
6918
7511
  }
6919
7512
  },
6920
7513
  "ShopifyStorefront_LanguageCode": {
@@ -7111,7 +7704,13 @@
7111
7704
  "description": "The market including the country of the active localized experience. Use the `@inContext` directive to change this value."
7112
7705
  }
7113
7706
  },
7114
- "required": ["availableCountries", "availableLanguages", "country", "language", "market"]
7707
+ "required": [
7708
+ "availableCountries",
7709
+ "availableLanguages",
7710
+ "country",
7711
+ "language",
7712
+ "market"
7713
+ ]
7115
7714
  }
7116
7715
  },
7117
7716
  "ShopifyStorefront_Location": {
@@ -7148,7 +7747,10 @@
7148
7747
  "description": "The identifier for the metafield."
7149
7748
  }
7150
7749
  },
7151
- "required": ["namespace", "key"]
7750
+ "required": [
7751
+ "namespace",
7752
+ "key"
7753
+ ]
7152
7754
  },
7153
7755
  "description": "Returns a metafield found by namespace and key."
7154
7756
  },
@@ -7169,7 +7771,9 @@
7169
7771
  "description": "The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values."
7170
7772
  }
7171
7773
  },
7172
- "required": ["identifiers"]
7774
+ "required": [
7775
+ "identifiers"
7776
+ ]
7173
7777
  },
7174
7778
  "description": "The metafields associated with the resource matching the supplied list of namespaces and keys."
7175
7779
  },
@@ -7179,9 +7783,17 @@
7179
7783
  "description": "The name of the location."
7180
7784
  }
7181
7785
  },
7182
- "required": ["address", "id", "metafields", "name"]
7786
+ "required": [
7787
+ "address",
7788
+ "id",
7789
+ "metafields",
7790
+ "name"
7791
+ ]
7183
7792
  },
7184
- "interfaces": ["ShopifyStorefront_HasMetafields", "ShopifyStorefront_Node"]
7793
+ "interfaces": [
7794
+ "ShopifyStorefront_HasMetafields",
7795
+ "ShopifyStorefront_Node"
7796
+ ]
7185
7797
  },
7186
7798
  "ShopifyStorefront_LocationAddress": {
7187
7799
  "name": "ShopifyStorefront_LocationAddress",
@@ -7255,7 +7867,9 @@
7255
7867
  "description": "The ZIP code of the location."
7256
7868
  }
7257
7869
  },
7258
- "required": ["formatted"]
7870
+ "required": [
7871
+ "formatted"
7872
+ ]
7259
7873
  }
7260
7874
  },
7261
7875
  "ShopifyStorefront_LocationConnection": {
@@ -7288,7 +7902,11 @@
7288
7902
  "description": "Information to aid in pagination."
7289
7903
  }
7290
7904
  },
7291
- "required": ["edges", "nodes", "pageInfo"]
7905
+ "required": [
7906
+ "edges",
7907
+ "nodes",
7908
+ "pageInfo"
7909
+ ]
7292
7910
  }
7293
7911
  },
7294
7912
  "ShopifyStorefront_LocationEdge": {
@@ -7310,7 +7928,10 @@
7310
7928
  "description": "The item at the end of LocationEdge."
7311
7929
  }
7312
7930
  },
7313
- "required": ["cursor", "node"]
7931
+ "required": [
7932
+ "cursor",
7933
+ "node"
7934
+ ]
7314
7935
  }
7315
7936
  },
7316
7937
  "ShopifyStorefront_LocationSortKeys": {
@@ -7319,7 +7940,12 @@
7319
7940
  "id": "ShopifyStorefront_LocationSortKeys",
7320
7941
  "description": "The set of valid sort keys for the Location query.",
7321
7942
  "schema": {
7322
- "enum": ["ID", "NAME", "CITY", "DISTANCE"]
7943
+ "enum": [
7944
+ "ID",
7945
+ "NAME",
7946
+ "CITY",
7947
+ "DISTANCE"
7948
+ ]
7323
7949
  }
7324
7950
  },
7325
7951
  "ShopifyStorefront_MailingAddress": {
@@ -7446,9 +8072,14 @@
7446
8072
  "description": "The zip or postal code of the address."
7447
8073
  }
7448
8074
  },
7449
- "required": ["formatted", "id"]
8075
+ "required": [
8076
+ "formatted",
8077
+ "id"
8078
+ ]
7450
8079
  },
7451
- "interfaces": ["ShopifyStorefront_Node"]
8080
+ "interfaces": [
8081
+ "ShopifyStorefront_Node"
8082
+ ]
7452
8083
  },
7453
8084
  "ShopifyStorefront_MailingAddressConnection": {
7454
8085
  "name": "ShopifyStorefront_MailingAddressConnection",
@@ -7480,7 +8111,11 @@
7480
8111
  "description": "Information to aid in pagination."
7481
8112
  }
7482
8113
  },
7483
- "required": ["edges", "nodes", "pageInfo"]
8114
+ "required": [
8115
+ "edges",
8116
+ "nodes",
8117
+ "pageInfo"
8118
+ ]
7484
8119
  }
7485
8120
  },
7486
8121
  "ShopifyStorefront_MailingAddressEdge": {
@@ -7502,7 +8137,10 @@
7502
8137
  "description": "The item at the end of MailingAddressEdge."
7503
8138
  }
7504
8139
  },
7505
- "required": ["cursor", "node"]
8140
+ "required": [
8141
+ "cursor",
8142
+ "node"
8143
+ ]
7506
8144
  }
7507
8145
  },
7508
8146
  "ShopifyStorefront_MailingAddressInput": {
@@ -7605,9 +8243,17 @@
7605
8243
  "description": "The value of the discount application."
7606
8244
  }
7607
8245
  },
7608
- "required": ["allocationMethod", "targetSelection", "targetType", "title", "value"]
8246
+ "required": [
8247
+ "allocationMethod",
8248
+ "targetSelection",
8249
+ "targetType",
8250
+ "title",
8251
+ "value"
8252
+ ]
7609
8253
  },
7610
- "interfaces": ["ShopifyStorefront_DiscountApplication"]
8254
+ "interfaces": [
8255
+ "ShopifyStorefront_DiscountApplication"
8256
+ ]
7611
8257
  },
7612
8258
  "ShopifyStorefront_Market": {
7613
8259
  "name": "ShopifyStorefront_Market",
@@ -7643,7 +8289,10 @@
7643
8289
  "description": "The identifier for the metafield."
7644
8290
  }
7645
8291
  },
7646
- "required": ["namespace", "key"]
8292
+ "required": [
8293
+ "namespace",
8294
+ "key"
8295
+ ]
7647
8296
  },
7648
8297
  "description": "Returns a metafield found by namespace and key."
7649
8298
  },
@@ -7664,14 +8313,23 @@
7664
8313
  "description": "The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values."
7665
8314
  }
7666
8315
  },
7667
- "required": ["identifiers"]
8316
+ "required": [
8317
+ "identifiers"
8318
+ ]
7668
8319
  },
7669
8320
  "description": "The metafields associated with the resource matching the supplied list of namespaces and keys."
7670
8321
  }
7671
8322
  },
7672
- "required": ["handle", "id", "metafields"]
8323
+ "required": [
8324
+ "handle",
8325
+ "id",
8326
+ "metafields"
8327
+ ]
7673
8328
  },
7674
- "interfaces": ["ShopifyStorefront_HasMetafields", "ShopifyStorefront_Node"]
8329
+ "interfaces": [
8330
+ "ShopifyStorefront_HasMetafields",
8331
+ "ShopifyStorefront_Node"
8332
+ ]
7675
8333
  },
7676
8334
  "ShopifyStorefront_Media": {
7677
8335
  "name": "ShopifyStorefront_Media",
@@ -7702,7 +8360,9 @@
7702
8360
  "description": "The preview image for the media."
7703
8361
  }
7704
8362
  },
7705
- "required": ["mediaContentType"]
8363
+ "required": [
8364
+ "mediaContentType"
8365
+ ]
7706
8366
  },
7707
8367
  "type": "interface"
7708
8368
  },
@@ -7736,7 +8396,11 @@
7736
8396
  "description": "Information to aid in pagination."
7737
8397
  }
7738
8398
  },
7739
- "required": ["edges", "nodes", "pageInfo"]
8399
+ "required": [
8400
+ "edges",
8401
+ "nodes",
8402
+ "pageInfo"
8403
+ ]
7740
8404
  }
7741
8405
  },
7742
8406
  "ShopifyStorefront_MediaContentType": {
@@ -7745,7 +8409,12 @@
7745
8409
  "id": "ShopifyStorefront_MediaContentType",
7746
8410
  "description": "The possible content types for a media object.",
7747
8411
  "schema": {
7748
- "enum": ["EXTERNAL_VIDEO", "IMAGE", "MODEL_3D", "VIDEO"]
8412
+ "enum": [
8413
+ "EXTERNAL_VIDEO",
8414
+ "IMAGE",
8415
+ "MODEL_3D",
8416
+ "VIDEO"
8417
+ ]
7749
8418
  }
7750
8419
  },
7751
8420
  "ShopifyStorefront_MediaEdge": {
@@ -7767,7 +8436,10 @@
7767
8436
  "description": "The item at the end of MediaEdge."
7768
8437
  }
7769
8438
  },
7770
- "required": ["cursor", "node"]
8439
+ "required": [
8440
+ "cursor",
8441
+ "node"
8442
+ ]
7771
8443
  }
7772
8444
  },
7773
8445
  "ShopifyStorefront_MediaHost": {
@@ -7776,7 +8448,10 @@
7776
8448
  "id": "ShopifyStorefront_MediaHost",
7777
8449
  "description": "Host for a Media Resource.",
7778
8450
  "schema": {
7779
- "enum": ["YOUTUBE", "VIMEO"]
8451
+ "enum": [
8452
+ "YOUTUBE",
8453
+ "VIMEO"
8454
+ ]
7780
8455
  }
7781
8456
  },
7782
8457
  "ShopifyStorefront_MediaImage": {
@@ -7819,9 +8494,15 @@
7819
8494
  "description": "The preview image for the media."
7820
8495
  }
7821
8496
  },
7822
- "required": ["id", "mediaContentType"]
8497
+ "required": [
8498
+ "id",
8499
+ "mediaContentType"
8500
+ ]
7823
8501
  },
7824
- "interfaces": ["ShopifyStorefront_Media", "ShopifyStorefront_Node"]
8502
+ "interfaces": [
8503
+ "ShopifyStorefront_Media",
8504
+ "ShopifyStorefront_Node"
8505
+ ]
7825
8506
  },
7826
8507
  "ShopifyStorefront_MediaPresentation": {
7827
8508
  "name": "ShopifyStorefront_MediaPresentation",
@@ -7843,7 +8524,9 @@
7843
8524
  "description": "The format to transform the settings."
7844
8525
  }
7845
8526
  },
7846
- "required": ["format"]
8527
+ "required": [
8528
+ "format"
8529
+ ]
7847
8530
  }
7848
8531
  },
7849
8532
  "id": {
@@ -7853,9 +8536,13 @@
7853
8536
  "description": "A globally-unique ID."
7854
8537
  }
7855
8538
  },
7856
- "required": ["id"]
8539
+ "required": [
8540
+ "id"
8541
+ ]
7857
8542
  },
7858
- "interfaces": ["ShopifyStorefront_Node"]
8543
+ "interfaces": [
8544
+ "ShopifyStorefront_Node"
8545
+ ]
7859
8546
  },
7860
8547
  "ShopifyStorefront_MediaPresentationFormat": {
7861
8548
  "name": "ShopifyStorefront_MediaPresentationFormat",
@@ -7863,7 +8550,10 @@
7863
8550
  "id": "ShopifyStorefront_MediaPresentationFormat",
7864
8551
  "description": "The possible formats for a media presentation.",
7865
8552
  "schema": {
7866
- "enum": ["MODEL_VIEWER", "IMAGE"]
8553
+ "enum": [
8554
+ "MODEL_VIEWER",
8555
+ "IMAGE"
8556
+ ]
7867
8557
  }
7868
8558
  },
7869
8559
  "ShopifyStorefront_Menu": {
@@ -7904,9 +8594,17 @@
7904
8594
  "description": "The menu's title."
7905
8595
  }
7906
8596
  },
7907
- "required": ["handle", "id", "items", "itemsCount", "title"]
8597
+ "required": [
8598
+ "handle",
8599
+ "id",
8600
+ "items",
8601
+ "itemsCount",
8602
+ "title"
8603
+ ]
7908
8604
  },
7909
- "interfaces": ["ShopifyStorefront_Node"]
8605
+ "interfaces": [
8606
+ "ShopifyStorefront_Node"
8607
+ ]
7910
8608
  },
7911
8609
  "ShopifyStorefront_MenuItem": {
7912
8610
  "name": "ShopifyStorefront_MenuItem",
@@ -7960,9 +8658,17 @@
7960
8658
  "@mapping": "shopify-storefront:MenuItem.url"
7961
8659
  }
7962
8660
  },
7963
- "required": ["id", "items", "tags", "title", "type"]
8661
+ "required": [
8662
+ "id",
8663
+ "items",
8664
+ "tags",
8665
+ "title",
8666
+ "type"
8667
+ ]
7964
8668
  },
7965
- "interfaces": ["ShopifyStorefront_Node"]
8669
+ "interfaces": [
8670
+ "ShopifyStorefront_Node"
8671
+ ]
7966
8672
  },
7967
8673
  "ShopifyStorefront_MenuItemType": {
7968
8674
  "name": "ShopifyStorefront_MenuItemType",
@@ -8084,9 +8790,20 @@
8084
8790
  "description": "The data stored in the metafield. Always stored as a string, regardless of the metafield's type."
8085
8791
  }
8086
8792
  },
8087
- "required": ["createdAt", "id", "key", "namespace", "parentResource", "type", "updatedAt", "value"]
8793
+ "required": [
8794
+ "createdAt",
8795
+ "id",
8796
+ "key",
8797
+ "namespace",
8798
+ "parentResource",
8799
+ "type",
8800
+ "updatedAt",
8801
+ "value"
8802
+ ]
8088
8803
  },
8089
- "interfaces": ["ShopifyStorefront_Node"]
8804
+ "interfaces": [
8805
+ "ShopifyStorefront_Node"
8806
+ ]
8090
8807
  },
8091
8808
  "ShopifyStorefront_MetafieldDeleteErrorCode": {
8092
8809
  "name": "ShopifyStorefront_MetafieldDeleteErrorCode",
@@ -8094,7 +8811,10 @@
8094
8811
  "id": "ShopifyStorefront_MetafieldDeleteErrorCode",
8095
8812
  "description": "Possible error codes that can be returned by `MetafieldDeleteUserError`.",
8096
8813
  "schema": {
8097
- "enum": ["INVALID_OWNER", "METAFIELD_DOES_NOT_EXIST"]
8814
+ "enum": [
8815
+ "INVALID_OWNER",
8816
+ "METAFIELD_DOES_NOT_EXIST"
8817
+ ]
8098
8818
  }
8099
8819
  },
8100
8820
  "ShopifyStorefront_MetafieldDeleteUserError": {
@@ -8124,9 +8844,13 @@
8124
8844
  "description": "The error message."
8125
8845
  }
8126
8846
  },
8127
- "required": ["message"]
8847
+ "required": [
8848
+ "message"
8849
+ ]
8128
8850
  },
8129
- "interfaces": ["ShopifyStorefront_DisplayableError"]
8851
+ "interfaces": [
8852
+ "ShopifyStorefront_DisplayableError"
8853
+ ]
8130
8854
  },
8131
8855
  "ShopifyStorefront_MetafieldFilter": {
8132
8856
  "name": "ShopifyStorefront_MetafieldFilter",
@@ -8152,7 +8876,11 @@
8152
8876
  "description": "The value of the metafield."
8153
8877
  }
8154
8878
  },
8155
- "required": ["namespace", "key", "value"]
8879
+ "required": [
8880
+ "namespace",
8881
+ "key",
8882
+ "value"
8883
+ ]
8156
8884
  }
8157
8885
  },
8158
8886
  "ShopifyStorefront_MetafieldParentResource": {
@@ -8265,7 +8993,11 @@
8265
8993
  "description": "Information to aid in pagination."
8266
8994
  }
8267
8995
  },
8268
- "required": ["edges", "nodes", "pageInfo"]
8996
+ "required": [
8997
+ "edges",
8998
+ "nodes",
8999
+ "pageInfo"
9000
+ ]
8269
9001
  }
8270
9002
  },
8271
9003
  "ShopifyStorefront_MetafieldReferenceEdge": {
@@ -8287,7 +9019,10 @@
8287
9019
  "description": "The item at the end of MetafieldReferenceEdge."
8288
9020
  }
8289
9021
  },
8290
- "required": ["cursor", "node"]
9022
+ "required": [
9023
+ "cursor",
9024
+ "node"
9025
+ ]
8291
9026
  }
8292
9027
  },
8293
9028
  "ShopifyStorefront_MetafieldsSetUserError": {
@@ -8322,9 +9057,13 @@
8322
9057
  "description": "The error message."
8323
9058
  }
8324
9059
  },
8325
- "required": ["message"]
9060
+ "required": [
9061
+ "message"
9062
+ ]
8326
9063
  },
8327
- "interfaces": ["ShopifyStorefront_DisplayableError"]
9064
+ "interfaces": [
9065
+ "ShopifyStorefront_DisplayableError"
9066
+ ]
8328
9067
  },
8329
9068
  "ShopifyStorefront_MetafieldsSetUserErrorCode": {
8330
9069
  "name": "ShopifyStorefront_MetafieldsSetUserErrorCode",
@@ -8364,7 +9103,9 @@
8364
9103
  "description": "The key of the field."
8365
9104
  }
8366
9105
  },
8367
- "required": ["key"]
9106
+ "required": [
9107
+ "key"
9108
+ ]
8368
9109
  },
8369
9110
  "description": "Accesses a field of the object by key."
8370
9111
  },
@@ -8398,9 +9139,17 @@
8398
9139
  "@mapping": "shopify-storefront:Metaobject.updatedAt"
8399
9140
  }
8400
9141
  },
8401
- "required": ["fields", "handle", "id", "type", "updatedAt"]
9142
+ "required": [
9143
+ "fields",
9144
+ "handle",
9145
+ "id",
9146
+ "type",
9147
+ "updatedAt"
9148
+ ]
8402
9149
  },
8403
- "interfaces": ["ShopifyStorefront_Node"]
9150
+ "interfaces": [
9151
+ "ShopifyStorefront_Node"
9152
+ ]
8404
9153
  },
8405
9154
  "ShopifyStorefront_MetaobjectConnection": {
8406
9155
  "name": "ShopifyStorefront_MetaobjectConnection",
@@ -8432,7 +9181,11 @@
8432
9181
  "description": "Information to aid in pagination."
8433
9182
  }
8434
9183
  },
8435
- "required": ["edges", "nodes", "pageInfo"]
9184
+ "required": [
9185
+ "edges",
9186
+ "nodes",
9187
+ "pageInfo"
9188
+ ]
8436
9189
  }
8437
9190
  },
8438
9191
  "ShopifyStorefront_MetaobjectEdge": {
@@ -8454,7 +9207,10 @@
8454
9207
  "description": "The item at the end of MetaobjectEdge."
8455
9208
  }
8456
9209
  },
8457
- "required": ["cursor", "node"]
9210
+ "required": [
9211
+ "cursor",
9212
+ "node"
9213
+ ]
8458
9214
  }
8459
9215
  },
8460
9216
  "ShopifyStorefront_MetaobjectField": {
@@ -8512,7 +9268,10 @@
8512
9268
  "description": "The field value."
8513
9269
  }
8514
9270
  },
8515
- "required": ["key", "type"]
9271
+ "required": [
9272
+ "key",
9273
+ "type"
9274
+ ]
8516
9275
  }
8517
9276
  },
8518
9277
  "ShopifyStorefront_MetaobjectHandleInput": {
@@ -8534,7 +9293,10 @@
8534
9293
  "description": "The type of the metaobject."
8535
9294
  }
8536
9295
  },
8537
- "required": ["handle", "type"]
9296
+ "required": [
9297
+ "handle",
9298
+ "type"
9299
+ ]
8538
9300
  }
8539
9301
  },
8540
9302
  "ShopifyStorefront_Model3d": {
@@ -8580,10 +9342,17 @@
8580
9342
  "description": "The sources for a 3d model."
8581
9343
  }
8582
9344
  },
8583
- "required": ["id", "mediaContentType", "sources"]
9345
+ "required": [
9346
+ "id",
9347
+ "mediaContentType",
9348
+ "sources"
9349
+ ]
8584
9350
  },
8585
- "interfaces": ["ShopifyStorefront_Media", "ShopifyStorefront_Node"]
8586
- },
9351
+ "interfaces": [
9352
+ "ShopifyStorefront_Media",
9353
+ "ShopifyStorefront_Node"
9354
+ ]
9355
+ },
8587
9356
  "ShopifyStorefront_Model3dSource": {
8588
9357
  "name": "ShopifyStorefront_Model3dSource",
8589
9358
  "title": "ShopifyStorefront_Model3dSource",
@@ -8613,7 +9382,12 @@
8613
9382
  "description": "The URL of the 3d model."
8614
9383
  }
8615
9384
  },
8616
- "required": ["filesize", "format", "mimeType", "url"]
9385
+ "required": [
9386
+ "filesize",
9387
+ "format",
9388
+ "mimeType",
9389
+ "url"
9390
+ ]
8617
9391
  }
8618
9392
  },
8619
9393
  "ShopifyStorefront_MoneyInput": {
@@ -8635,7 +9409,10 @@
8635
9409
  "description": "Currency of the money."
8636
9410
  }
8637
9411
  },
8638
- "required": ["amount", "currencyCode"]
9412
+ "required": [
9413
+ "amount",
9414
+ "currencyCode"
9415
+ ]
8639
9416
  }
8640
9417
  },
8641
9418
  "ShopifyStorefront_MoneyV2": {
@@ -8657,7 +9434,10 @@
8657
9434
  "description": "Currency of the money."
8658
9435
  }
8659
9436
  },
8660
- "required": ["amount", "currencyCode"]
9437
+ "required": [
9438
+ "amount",
9439
+ "currencyCode"
9440
+ ]
8661
9441
  }
8662
9442
  },
8663
9443
  "ShopifyStorefront_Node": {
@@ -8675,7 +9455,9 @@
8675
9455
  "description": "A globally-unique ID."
8676
9456
  }
8677
9457
  },
8678
- "required": ["id"]
9458
+ "required": [
9459
+ "id"
9460
+ ]
8679
9461
  },
8680
9462
  "type": "interface"
8681
9463
  },
@@ -8865,7 +9647,10 @@
8865
9647
  "description": "The identifier for the metafield."
8866
9648
  }
8867
9649
  },
8868
- "required": ["namespace", "key"]
9650
+ "required": [
9651
+ "namespace",
9652
+ "key"
9653
+ ]
8869
9654
  },
8870
9655
  "description": "Returns a metafield found by namespace and key."
8871
9656
  },
@@ -8886,7 +9671,9 @@
8886
9671
  "description": "The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values."
8887
9672
  }
8888
9673
  },
8889
- "required": ["identifiers"]
9674
+ "required": [
9675
+ "identifiers"
9676
+ ]
8890
9677
  },
8891
9678
  "description": "The metafields associated with the resource matching the supplied list of namespaces and keys."
8892
9679
  },
@@ -9037,7 +9824,10 @@
9037
9824
  "totalShippingPriceV2"
9038
9825
  ]
9039
9826
  },
9040
- "interfaces": ["ShopifyStorefront_HasMetafields", "ShopifyStorefront_Node"]
9827
+ "interfaces": [
9828
+ "ShopifyStorefront_HasMetafields",
9829
+ "ShopifyStorefront_Node"
9830
+ ]
9041
9831
  },
9042
9832
  "ShopifyStorefront_OrderCancelReason": {
9043
9833
  "name": "ShopifyStorefront_OrderCancelReason",
@@ -9045,7 +9835,13 @@
9045
9835
  "id": "ShopifyStorefront_OrderCancelReason",
9046
9836
  "description": "Represents the reason for the order's cancellation.",
9047
9837
  "schema": {
9048
- "enum": ["CUSTOMER", "DECLINED", "FRAUD", "INVENTORY", "OTHER"]
9838
+ "enum": [
9839
+ "CUSTOMER",
9840
+ "DECLINED",
9841
+ "FRAUD",
9842
+ "INVENTORY",
9843
+ "OTHER"
9844
+ ]
9049
9845
  }
9050
9846
  },
9051
9847
  "ShopifyStorefront_OrderConnection": {
@@ -9083,7 +9879,12 @@
9083
9879
  "@mapping": "shopify-storefront:OrderConnection.totalCount"
9084
9880
  }
9085
9881
  },
9086
- "required": ["edges", "nodes", "pageInfo", "totalCount"]
9882
+ "required": [
9883
+ "edges",
9884
+ "nodes",
9885
+ "pageInfo",
9886
+ "totalCount"
9887
+ ]
9087
9888
  }
9088
9889
  },
9089
9890
  "ShopifyStorefront_OrderEdge": {
@@ -9105,7 +9906,10 @@
9105
9906
  "description": "The item at the end of OrderEdge."
9106
9907
  }
9107
9908
  },
9108
- "required": ["cursor", "node"]
9909
+ "required": [
9910
+ "cursor",
9911
+ "node"
9912
+ ]
9109
9913
  }
9110
9914
  },
9111
9915
  "ShopifyStorefront_OrderFinancialStatus": {
@@ -9114,7 +9918,15 @@
9114
9918
  "id": "ShopifyStorefront_OrderFinancialStatus",
9115
9919
  "description": "Represents the order's current financial status.",
9116
9920
  "schema": {
9117
- "enum": ["PENDING", "AUTHORIZED", "PARTIALLY_PAID", "PARTIALLY_REFUNDED", "VOIDED", "PAID", "REFUNDED"]
9921
+ "enum": [
9922
+ "PENDING",
9923
+ "AUTHORIZED",
9924
+ "PARTIALLY_PAID",
9925
+ "PARTIALLY_REFUNDED",
9926
+ "VOIDED",
9927
+ "PAID",
9928
+ "REFUNDED"
9929
+ ]
9118
9930
  }
9119
9931
  },
9120
9932
  "ShopifyStorefront_OrderFulfillmentStatus": {
@@ -9232,7 +10044,11 @@
9232
10044
  "description": "Information to aid in pagination."
9233
10045
  }
9234
10046
  },
9235
- "required": ["edges", "nodes", "pageInfo"]
10047
+ "required": [
10048
+ "edges",
10049
+ "nodes",
10050
+ "pageInfo"
10051
+ ]
9236
10052
  }
9237
10053
  },
9238
10054
  "ShopifyStorefront_OrderLineItemEdge": {
@@ -9254,7 +10070,10 @@
9254
10070
  "description": "The item at the end of OrderLineItemEdge."
9255
10071
  }
9256
10072
  },
9257
- "required": ["cursor", "node"]
10073
+ "required": [
10074
+ "cursor",
10075
+ "node"
10076
+ ]
9258
10077
  }
9259
10078
  },
9260
10079
  "ShopifyStorefront_OrderSortKeys": {
@@ -9263,7 +10082,12 @@
9263
10082
  "id": "ShopifyStorefront_OrderSortKeys",
9264
10083
  "description": "The set of valid sort keys for the Order query.",
9265
10084
  "schema": {
9266
- "enum": ["PROCESSED_AT", "TOTAL_PRICE", "ID", "RELEVANCE"]
10085
+ "enum": [
10086
+ "PROCESSED_AT",
10087
+ "TOTAL_PRICE",
10088
+ "ID",
10089
+ "RELEVANCE"
10090
+ ]
9267
10091
  }
9268
10092
  },
9269
10093
  "ShopifyStorefront_Page": {
@@ -9315,7 +10139,10 @@
9315
10139
  "description": "The identifier for the metafield."
9316
10140
  }
9317
10141
  },
9318
- "required": ["namespace", "key"]
10142
+ "required": [
10143
+ "namespace",
10144
+ "key"
10145
+ ]
9319
10146
  },
9320
10147
  "description": "Returns a metafield found by namespace and key."
9321
10148
  },
@@ -9336,7 +10163,9 @@
9336
10163
  "description": "The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values."
9337
10164
  }
9338
10165
  },
9339
- "required": ["identifiers"]
10166
+ "required": [
10167
+ "identifiers"
10168
+ ]
9340
10169
  },
9341
10170
  "description": "The metafields associated with the resource matching the supplied list of namespaces and keys."
9342
10171
  },
@@ -9361,7 +10190,16 @@
9361
10190
  "@mapping": "shopify-storefront:Page.updatedAt"
9362
10191
  }
9363
10192
  },
9364
- "required": ["body", "bodySummary", "createdAt", "handle", "id", "metafields", "title", "updatedAt"]
10193
+ "required": [
10194
+ "body",
10195
+ "bodySummary",
10196
+ "createdAt",
10197
+ "handle",
10198
+ "id",
10199
+ "metafields",
10200
+ "title",
10201
+ "updatedAt"
10202
+ ]
9365
10203
  },
9366
10204
  "interfaces": [
9367
10205
  "ShopifyStorefront_HasMetafields",
@@ -9399,7 +10237,11 @@
9399
10237
  "description": "Information to aid in pagination."
9400
10238
  }
9401
10239
  },
9402
- "required": ["edges", "nodes", "pageInfo"]
10240
+ "required": [
10241
+ "edges",
10242
+ "nodes",
10243
+ "pageInfo"
10244
+ ]
9403
10245
  }
9404
10246
  },
9405
10247
  "ShopifyStorefront_PageEdge": {
@@ -9421,7 +10263,10 @@
9421
10263
  "description": "The item at the end of PageEdge."
9422
10264
  }
9423
10265
  },
9424
- "required": ["cursor", "node"]
10266
+ "required": [
10267
+ "cursor",
10268
+ "node"
10269
+ ]
9425
10270
  }
9426
10271
  },
9427
10272
  "ShopifyStorefront_PageInfo": {
@@ -9453,7 +10298,10 @@
9453
10298
  "description": "The cursor corresponding to the first node in edges."
9454
10299
  }
9455
10300
  },
9456
- "required": ["hasNextPage", "hasPreviousPage"]
10301
+ "required": [
10302
+ "hasNextPage",
10303
+ "hasPreviousPage"
10304
+ ]
9457
10305
  }
9458
10306
  },
9459
10307
  "ShopifyStorefront_PageSortKeys": {
@@ -9462,7 +10310,12 @@
9462
10310
  "id": "ShopifyStorefront_PageSortKeys",
9463
10311
  "description": "The set of valid sort keys for the Page query.",
9464
10312
  "schema": {
9465
- "enum": ["TITLE", "UPDATED_AT", "ID", "RELEVANCE"]
10313
+ "enum": [
10314
+ "TITLE",
10315
+ "UPDATED_AT",
10316
+ "ID",
10317
+ "RELEVANCE"
10318
+ ]
9466
10319
  }
9467
10320
  },
9468
10321
  "ShopifyStorefront_Payment": {
@@ -9536,9 +10389,18 @@
9536
10389
  "description": "The actual transaction recorded by Shopify after having processed the payment with the gateway."
9537
10390
  }
9538
10391
  },
9539
- "required": ["amount", "amountV2", "checkout", "id", "ready", "test"]
10392
+ "required": [
10393
+ "amount",
10394
+ "amountV2",
10395
+ "checkout",
10396
+ "id",
10397
+ "ready",
10398
+ "test"
10399
+ ]
9540
10400
  },
9541
- "interfaces": ["ShopifyStorefront_Node"]
10401
+ "interfaces": [
10402
+ "ShopifyStorefront_Node"
10403
+ ]
9542
10404
  },
9543
10405
  "ShopifyStorefront_PaymentSettings": {
9544
10406
  "name": "ShopifyStorefront_PaymentSettings",
@@ -9609,7 +10471,13 @@
9609
10471
  "id": "ShopifyStorefront_PaymentTokenType",
9610
10472
  "description": "The valid values for the types of payment token.",
9611
10473
  "schema": {
9612
- "enum": ["APPLE_PAY", "VAULT", "SHOPIFY_PAY", "GOOGLE_PAY", "STRIPE_VAULT_TOKEN"]
10474
+ "enum": [
10475
+ "APPLE_PAY",
10476
+ "VAULT",
10477
+ "SHOPIFY_PAY",
10478
+ "GOOGLE_PAY",
10479
+ "STRIPE_VAULT_TOKEN"
10480
+ ]
9613
10481
  }
9614
10482
  },
9615
10483
  "ShopifyStorefront_PriceRangeFilter": {
@@ -9648,7 +10516,9 @@
9648
10516
  "description": "The percentage value of the object."
9649
10517
  }
9650
10518
  },
9651
- "required": ["percentage"]
10519
+ "required": [
10520
+ "percentage"
10521
+ ]
9652
10522
  }
9653
10523
  },
9654
10524
  "ShopifyStorefront_PricingValue": {
@@ -9848,7 +10718,10 @@
9848
10718
  "description": "The identifier for the metafield."
9849
10719
  }
9850
10720
  },
9851
- "required": ["namespace", "key"]
10721
+ "required": [
10722
+ "namespace",
10723
+ "key"
10724
+ ]
9852
10725
  },
9853
10726
  "description": "Returns a metafield found by namespace and key."
9854
10727
  },
@@ -9869,7 +10742,9 @@
9869
10742
  "description": "The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values."
9870
10743
  }
9871
10744
  },
9872
- "required": ["identifiers"]
10745
+ "required": [
10746
+ "identifiers"
10747
+ ]
9873
10748
  },
9874
10749
  "description": "The metafields associated with the resource matching the supplied list of namespaces and keys."
9875
10750
  },
@@ -9988,7 +10863,9 @@
9988
10863
  "description": "The input fields used for a selected option.\n\nThe input must not contain more than `250` values."
9989
10864
  }
9990
10865
  },
9991
- "required": ["selectedOptions"]
10866
+ "required": [
10867
+ "selectedOptions"
10868
+ ]
9992
10869
  },
9993
10870
  "description": "Find a product’s variant based on its selected options.\nThis is useful for converting a user’s selection of product options into a single matching variant.\nIf there is not a variant for the selected options, `null` will be returned."
9994
10871
  },
@@ -10073,7 +10950,16 @@
10073
10950
  "id": "ShopifyStorefront_ProductCollectionSortKeys",
10074
10951
  "description": "The set of valid sort keys for the ProductCollection query.",
10075
10952
  "schema": {
10076
- "enum": ["TITLE", "PRICE", "BEST_SELLING", "CREATED", "ID", "MANUAL", "COLLECTION_DEFAULT", "RELEVANCE"]
10953
+ "enum": [
10954
+ "TITLE",
10955
+ "PRICE",
10956
+ "BEST_SELLING",
10957
+ "CREATED",
10958
+ "ID",
10959
+ "MANUAL",
10960
+ "COLLECTION_DEFAULT",
10961
+ "RELEVANCE"
10962
+ ]
10077
10963
  }
10078
10964
  },
10079
10965
  "ShopifyStorefront_ProductConnection": {
@@ -10114,7 +11000,12 @@
10114
11000
  "description": "Information to aid in pagination."
10115
11001
  }
10116
11002
  },
10117
- "required": ["edges", "filters", "nodes", "pageInfo"]
11003
+ "required": [
11004
+ "edges",
11005
+ "filters",
11006
+ "nodes",
11007
+ "pageInfo"
11008
+ ]
10118
11009
  }
10119
11010
  },
10120
11011
  "ShopifyStorefront_ProductEdge": {
@@ -10136,7 +11027,10 @@
10136
11027
  "description": "The item at the end of ProductEdge."
10137
11028
  }
10138
11029
  },
10139
- "required": ["cursor", "node"]
11030
+ "required": [
11031
+ "cursor",
11032
+ "node"
11033
+ ]
10140
11034
  }
10141
11035
  },
10142
11036
  "ShopifyStorefront_ProductFilter": {
@@ -10196,7 +11090,12 @@
10196
11090
  "id": "ShopifyStorefront_ProductImageSortKeys",
10197
11091
  "description": "The set of valid sort keys for the ProductImage query.",
10198
11092
  "schema": {
10199
- "enum": ["CREATED_AT", "POSITION", "ID", "RELEVANCE"]
11093
+ "enum": [
11094
+ "CREATED_AT",
11095
+ "POSITION",
11096
+ "ID",
11097
+ "RELEVANCE"
11098
+ ]
10200
11099
  }
10201
11100
  },
10202
11101
  "ShopifyStorefront_ProductMediaSortKeys": {
@@ -10205,7 +11104,11 @@
10205
11104
  "id": "ShopifyStorefront_ProductMediaSortKeys",
10206
11105
  "description": "The set of valid sort keys for the ProductMedia query.",
10207
11106
  "schema": {
10208
- "enum": ["POSITION", "ID", "RELEVANCE"]
11107
+ "enum": [
11108
+ "POSITION",
11109
+ "ID",
11110
+ "RELEVANCE"
11111
+ ]
10209
11112
  }
10210
11113
  },
10211
11114
  "ShopifyStorefront_ProductOption": {
@@ -10236,9 +11139,15 @@
10236
11139
  "description": "The corresponding value to the product option name."
10237
11140
  }
10238
11141
  },
10239
- "required": ["id", "name", "values"]
11142
+ "required": [
11143
+ "id",
11144
+ "name",
11145
+ "values"
11146
+ ]
10240
11147
  },
10241
- "interfaces": ["ShopifyStorefront_Node"]
11148
+ "interfaces": [
11149
+ "ShopifyStorefront_Node"
11150
+ ]
10242
11151
  },
10243
11152
  "ShopifyStorefront_ProductPriceRange": {
10244
11153
  "name": "ShopifyStorefront_ProductPriceRange",
@@ -10259,7 +11168,10 @@
10259
11168
  "description": "The lowest variant's price."
10260
11169
  }
10261
11170
  },
10262
- "required": ["maxVariantPrice", "minVariantPrice"]
11171
+ "required": [
11172
+ "maxVariantPrice",
11173
+ "minVariantPrice"
11174
+ ]
10263
11175
  }
10264
11176
  },
10265
11177
  "ShopifyStorefront_ProductRecommendationIntent": {
@@ -10268,7 +11180,10 @@
10268
11180
  "id": "ShopifyStorefront_ProductRecommendationIntent",
10269
11181
  "description": "The recommendation intent that is used to generate product recommendations.\nYou can use intent to generate product recommendations according to different strategies.\n",
10270
11182
  "schema": {
10271
- "enum": ["RELATED", "COMPLEMENTARY"]
11183
+ "enum": [
11184
+ "RELATED",
11185
+ "COMPLEMENTARY"
11186
+ ]
10272
11187
  }
10273
11188
  },
10274
11189
  "ShopifyStorefront_ProductSortKeys": {
@@ -10350,7 +11265,10 @@
10350
11265
  "description": "The identifier for the metafield."
10351
11266
  }
10352
11267
  },
10353
- "required": ["namespace", "key"]
11268
+ "required": [
11269
+ "namespace",
11270
+ "key"
11271
+ ]
10354
11272
  },
10355
11273
  "description": "Returns a metafield found by namespace and key."
10356
11274
  },
@@ -10371,7 +11289,9 @@
10371
11289
  "description": "The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values."
10372
11290
  }
10373
11291
  },
10374
- "required": ["identifiers"]
11292
+ "required": [
11293
+ "identifiers"
11294
+ ]
10375
11295
  },
10376
11296
  "description": "The metafields associated with the resource matching the supplied list of namespaces and keys."
10377
11297
  },
@@ -10522,7 +11442,10 @@
10522
11442
  "weightUnit"
10523
11443
  ]
10524
11444
  },
10525
- "interfaces": ["ShopifyStorefront_HasMetafields", "ShopifyStorefront_Node"]
11445
+ "interfaces": [
11446
+ "ShopifyStorefront_HasMetafields",
11447
+ "ShopifyStorefront_Node"
11448
+ ]
10526
11449
  },
10527
11450
  "ShopifyStorefront_ProductVariantConnection": {
10528
11451
  "name": "ShopifyStorefront_ProductVariantConnection",
@@ -10554,7 +11477,11 @@
10554
11477
  "description": "Information to aid in pagination."
10555
11478
  }
10556
11479
  },
10557
- "required": ["edges", "nodes", "pageInfo"]
11480
+ "required": [
11481
+ "edges",
11482
+ "nodes",
11483
+ "pageInfo"
11484
+ ]
10558
11485
  }
10559
11486
  },
10560
11487
  "ShopifyStorefront_ProductVariantEdge": {
@@ -10576,7 +11503,10 @@
10576
11503
  "description": "The item at the end of ProductVariantEdge."
10577
11504
  }
10578
11505
  },
10579
- "required": ["cursor", "node"]
11506
+ "required": [
11507
+ "cursor",
11508
+ "node"
11509
+ ]
10580
11510
  }
10581
11511
  },
10582
11512
  "ShopifyStorefront_ProductVariantSortKeys": {
@@ -10585,7 +11515,13 @@
10585
11515
  "id": "ShopifyStorefront_ProductVariantSortKeys",
10586
11516
  "description": "The set of valid sort keys for the ProductVariant query.",
10587
11517
  "schema": {
10588
- "enum": ["TITLE", "SKU", "POSITION", "ID", "RELEVANCE"]
11518
+ "enum": [
11519
+ "TITLE",
11520
+ "SKU",
11521
+ "POSITION",
11522
+ "ID",
11523
+ "RELEVANCE"
11524
+ ]
10589
11525
  }
10590
11526
  },
10591
11527
  "ShopifyStorefront_SEO": {
@@ -10643,9 +11579,17 @@
10643
11579
  "description": "The value of the discount application."
10644
11580
  }
10645
11581
  },
10646
- "required": ["allocationMethod", "targetSelection", "targetType", "title", "value"]
11582
+ "required": [
11583
+ "allocationMethod",
11584
+ "targetSelection",
11585
+ "targetType",
11586
+ "title",
11587
+ "value"
11588
+ ]
10647
11589
  },
10648
- "interfaces": ["ShopifyStorefront_DiscountApplication"]
11590
+ "interfaces": [
11591
+ "ShopifyStorefront_DiscountApplication"
11592
+ ]
10649
11593
  },
10650
11594
  "ShopifyStorefront_SelectedOption": {
10651
11595
  "name": "ShopifyStorefront_SelectedOption",
@@ -10666,7 +11610,10 @@
10666
11610
  "description": "The product option’s value."
10667
11611
  }
10668
11612
  },
10669
- "required": ["name", "value"]
11613
+ "required": [
11614
+ "name",
11615
+ "value"
11616
+ ]
10670
11617
  }
10671
11618
  },
10672
11619
  "ShopifyStorefront_SelectedOptionInput": {
@@ -10688,7 +11635,10 @@
10688
11635
  "description": "The product option’s value."
10689
11636
  }
10690
11637
  },
10691
- "required": ["name", "value"]
11638
+ "required": [
11639
+ "name",
11640
+ "value"
11641
+ ]
10692
11642
  }
10693
11643
  },
10694
11644
  "ShopifyStorefront_SellingPlan": {
@@ -10742,7 +11692,14 @@
10742
11692
  "description": "Whether purchasing the selling plan will result in multiple deliveries."
10743
11693
  }
10744
11694
  },
10745
- "required": ["checkoutCharge", "id", "name", "options", "priceAdjustments", "recurringDeliveries"]
11695
+ "required": [
11696
+ "checkoutCharge",
11697
+ "id",
11698
+ "name",
11699
+ "options",
11700
+ "priceAdjustments",
11701
+ "recurringDeliveries"
11702
+ ]
10746
11703
  }
10747
11704
  },
10748
11705
  "ShopifyStorefront_SellingPlanAllocation": {
@@ -10777,7 +11734,12 @@
10777
11734
  "description": "A representation of how products and variants can be sold and purchased. For example, an individual selling plan could be '6 weeks of prepaid granola, delivered weekly'."
10778
11735
  }
10779
11736
  },
10780
- "required": ["checkoutChargeAmount", "priceAdjustments", "remainingBalanceChargeAmount", "sellingPlan"]
11737
+ "required": [
11738
+ "checkoutChargeAmount",
11739
+ "priceAdjustments",
11740
+ "remainingBalanceChargeAmount",
11741
+ "sellingPlan"
11742
+ ]
10781
11743
  }
10782
11744
  },
10783
11745
  "ShopifyStorefront_SellingPlanAllocationConnection": {
@@ -10810,7 +11772,11 @@
10810
11772
  "description": "Information to aid in pagination."
10811
11773
  }
10812
11774
  },
10813
- "required": ["edges", "nodes", "pageInfo"]
11775
+ "required": [
11776
+ "edges",
11777
+ "nodes",
11778
+ "pageInfo"
11779
+ ]
10814
11780
  }
10815
11781
  },
10816
11782
  "ShopifyStorefront_SellingPlanAllocationEdge": {
@@ -10832,7 +11798,10 @@
10832
11798
  "description": "The item at the end of SellingPlanAllocationEdge."
10833
11799
  }
10834
11800
  },
10835
- "required": ["cursor", "node"]
11801
+ "required": [
11802
+ "cursor",
11803
+ "node"
11804
+ ]
10836
11805
  }
10837
11806
  },
10838
11807
  "ShopifyStorefront_SellingPlanAllocationPriceAdjustment": {
@@ -10864,7 +11833,11 @@
10864
11833
  "description": "The resulting price per unit for the variant associated with the selling plan. If the variant isn't sold by quantity or measurement, then this field returns `null`."
10865
11834
  }
10866
11835
  },
10867
- "required": ["compareAtPrice", "perDeliveryPrice", "price"]
11836
+ "required": [
11837
+ "compareAtPrice",
11838
+ "perDeliveryPrice",
11839
+ "price"
11840
+ ]
10868
11841
  }
10869
11842
  },
10870
11843
  "ShopifyStorefront_SellingPlanCheckoutCharge": {
@@ -10886,7 +11859,10 @@
10886
11859
  "description": "The charge value for the checkout charge."
10887
11860
  }
10888
11861
  },
10889
- "required": ["type", "value"]
11862
+ "required": [
11863
+ "type",
11864
+ "value"
11865
+ ]
10890
11866
  }
10891
11867
  },
10892
11868
  "ShopifyStorefront_SellingPlanCheckoutChargePercentageValue": {
@@ -10903,7 +11879,9 @@
10903
11879
  "description": "The percentage value of the price used for checkout charge."
10904
11880
  }
10905
11881
  },
10906
- "required": ["percentage"]
11882
+ "required": [
11883
+ "percentage"
11884
+ ]
10907
11885
  }
10908
11886
  },
10909
11887
  "ShopifyStorefront_SellingPlanCheckoutChargeType": {
@@ -10912,7 +11890,10 @@
10912
11890
  "id": "ShopifyStorefront_SellingPlanCheckoutChargeType",
10913
11891
  "description": "The checkout charge when the full amount isn't charged at checkout.",
10914
11892
  "schema": {
10915
- "enum": ["PERCENTAGE", "PRICE"]
11893
+ "enum": [
11894
+ "PERCENTAGE",
11895
+ "PRICE"
11896
+ ]
10916
11897
  }
10917
11898
  },
10918
11899
  "ShopifyStorefront_SellingPlanCheckoutChargeValue": {
@@ -10961,7 +11942,11 @@
10961
11942
  "description": "Information to aid in pagination."
10962
11943
  }
10963
11944
  },
10964
- "required": ["edges", "nodes", "pageInfo"]
11945
+ "required": [
11946
+ "edges",
11947
+ "nodes",
11948
+ "pageInfo"
11949
+ ]
10965
11950
  }
10966
11951
  },
10967
11952
  "ShopifyStorefront_SellingPlanEdge": {
@@ -10983,7 +11968,10 @@
10983
11968
  "description": "The item at the end of SellingPlanEdge."
10984
11969
  }
10985
11970
  },
10986
- "required": ["cursor", "node"]
11971
+ "required": [
11972
+ "cursor",
11973
+ "node"
11974
+ ]
10987
11975
  }
10988
11976
  },
10989
11977
  "ShopifyStorefront_SellingPlanFixedAmountPriceAdjustment": {
@@ -11000,7 +11988,9 @@
11000
11988
  "description": "The money value of the price adjustment."
11001
11989
  }
11002
11990
  },
11003
- "required": ["adjustmentAmount"]
11991
+ "required": [
11992
+ "adjustmentAmount"
11993
+ ]
11004
11994
  }
11005
11995
  },
11006
11996
  "ShopifyStorefront_SellingPlanFixedPriceAdjustment": {
@@ -11017,7 +12007,9 @@
11017
12007
  "description": "A new price of the variant when it's purchased with the selling plan."
11018
12008
  }
11019
12009
  },
11020
- "required": ["price"]
12010
+ "required": [
12011
+ "price"
12012
+ ]
11021
12013
  }
11022
12014
  },
11023
12015
  "ShopifyStorefront_SellingPlanGroup": {
@@ -11078,7 +12070,11 @@
11078
12070
  "description": "A list of selling plans in a selling plan group. A selling plan is a representation of how products and variants can be sold and purchased. For example, an individual selling plan could be '6 weeks of prepaid granola, delivered weekly'."
11079
12071
  }
11080
12072
  },
11081
- "required": ["name", "options", "sellingPlans"]
12073
+ "required": [
12074
+ "name",
12075
+ "options",
12076
+ "sellingPlans"
12077
+ ]
11082
12078
  }
11083
12079
  },
11084
12080
  "ShopifyStorefront_SellingPlanGroupConnection": {
@@ -11111,7 +12107,11 @@
11111
12107
  "description": "Information to aid in pagination."
11112
12108
  }
11113
12109
  },
11114
- "required": ["edges", "nodes", "pageInfo"]
12110
+ "required": [
12111
+ "edges",
12112
+ "nodes",
12113
+ "pageInfo"
12114
+ ]
11115
12115
  }
11116
12116
  },
11117
12117
  "ShopifyStorefront_SellingPlanGroupEdge": {
@@ -11133,7 +12133,10 @@
11133
12133
  "description": "The item at the end of SellingPlanGroupEdge."
11134
12134
  }
11135
12135
  },
11136
- "required": ["cursor", "node"]
12136
+ "required": [
12137
+ "cursor",
12138
+ "node"
12139
+ ]
11137
12140
  }
11138
12141
  },
11139
12142
  "ShopifyStorefront_SellingPlanGroupOption": {
@@ -11158,7 +12161,10 @@
11158
12161
  "description": "The values for the options specified by the selling plans in the selling plan group. For example, '1 week', '2 weeks', '3 weeks'."
11159
12162
  }
11160
12163
  },
11161
- "required": ["name", "values"]
12164
+ "required": [
12165
+ "name",
12166
+ "values"
12167
+ ]
11162
12168
  }
11163
12169
  },
11164
12170
  "ShopifyStorefront_SellingPlanOption": {
@@ -11196,7 +12202,9 @@
11196
12202
  "description": "The percentage value of the price adjustment."
11197
12203
  }
11198
12204
  },
11199
- "required": ["adjustmentPercentage"]
12205
+ "required": [
12206
+ "adjustmentPercentage"
12207
+ ]
11200
12208
  }
11201
12209
  },
11202
12210
  "ShopifyStorefront_SellingPlanPriceAdjustment": {
@@ -11218,7 +12226,9 @@
11218
12226
  "description": "The number of orders that the price adjustment applies to. If the price adjustment always applies, then this field is `null`."
11219
12227
  }
11220
12228
  },
11221
- "required": ["adjustmentValue"]
12229
+ "required": [
12230
+ "adjustmentValue"
12231
+ ]
11222
12232
  }
11223
12233
  },
11224
12234
  "ShopifyStorefront_SellingPlanPriceAdjustmentValue": {
@@ -11270,7 +12280,12 @@
11270
12280
  "description": "Title of this shipping rate."
11271
12281
  }
11272
12282
  },
11273
- "required": ["handle", "price", "priceV2", "title"]
12283
+ "required": [
12284
+ "handle",
12285
+ "price",
12286
+ "priceV2",
12287
+ "title"
12288
+ ]
11274
12289
  }
11275
12290
  },
11276
12291
  "ShopifyStorefront_Shop": {
@@ -11312,7 +12327,10 @@
11312
12327
  "description": "The identifier for the metafield."
11313
12328
  }
11314
12329
  },
11315
- "required": ["namespace", "key"]
12330
+ "required": [
12331
+ "namespace",
12332
+ "key"
12333
+ ]
11316
12334
  },
11317
12335
  "description": "Returns a metafield found by namespace and key."
11318
12336
  },
@@ -11333,7 +12351,9 @@
11333
12351
  "description": "The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values."
11334
12352
  }
11335
12353
  },
11336
- "required": ["identifiers"]
12354
+ "required": [
12355
+ "identifiers"
12356
+ ]
11337
12357
  },
11338
12358
  "description": "The metafields associated with the resource matching the supplied list of namespaces and keys."
11339
12359
  },
@@ -11391,9 +12411,20 @@
11391
12411
  "description": "The shop’s terms of service."
11392
12412
  }
11393
12413
  },
11394
- "required": ["id", "metafields", "moneyFormat", "name", "paymentSettings", "primaryDomain", "shipsToCountries"]
12414
+ "required": [
12415
+ "id",
12416
+ "metafields",
12417
+ "moneyFormat",
12418
+ "name",
12419
+ "paymentSettings",
12420
+ "primaryDomain",
12421
+ "shipsToCountries"
12422
+ ]
11395
12423
  },
11396
- "interfaces": ["ShopifyStorefront_HasMetafields", "ShopifyStorefront_Node"]
12424
+ "interfaces": [
12425
+ "ShopifyStorefront_HasMetafields",
12426
+ "ShopifyStorefront_Node"
12427
+ ]
11397
12428
  },
11398
12429
  "ShopifyStorefront_ShopPayWalletContentInput": {
11399
12430
  "name": "ShopifyStorefront_ShopPayWalletContentInput",
@@ -11414,7 +12445,10 @@
11414
12445
  "description": "Session token for transaction."
11415
12446
  }
11416
12447
  },
11417
- "required": ["billingAddress", "sessionToken"]
12448
+ "required": [
12449
+ "billingAddress",
12450
+ "sessionToken"
12451
+ ]
11418
12452
  }
11419
12453
  },
11420
12454
  "ShopifyStorefront_ShopPolicy": {
@@ -11452,9 +12486,17 @@
11452
12486
  "@mapping": "shopify-storefront:ShopPolicy.url"
11453
12487
  }
11454
12488
  },
11455
- "required": ["body", "handle", "id", "title", "url"]
12489
+ "required": [
12490
+ "body",
12491
+ "handle",
12492
+ "id",
12493
+ "title",
12494
+ "url"
12495
+ ]
11456
12496
  },
11457
- "interfaces": ["ShopifyStorefront_Node"]
12497
+ "interfaces": [
12498
+ "ShopifyStorefront_Node"
12499
+ ]
11458
12500
  },
11459
12501
  "ShopifyStorefront_ShopPolicyWithDefault": {
11460
12502
  "name": "ShopifyStorefront_ShopPolicyWithDefault",
@@ -11491,7 +12533,12 @@
11491
12533
  "@mapping": "shopify-storefront:ShopPolicyWithDefault.url"
11492
12534
  }
11493
12535
  },
11494
- "required": ["body", "handle", "title", "url"]
12536
+ "required": [
12537
+ "body",
12538
+ "handle",
12539
+ "title",
12540
+ "url"
12541
+ ]
11495
12542
  }
11496
12543
  },
11497
12544
  "ShopifyStorefront_StoreAvailability": {
@@ -11518,7 +12565,11 @@
11518
12565
  "description": "Returns the estimated amount of time it takes for pickup to be ready (Example: Usually ready in 24 hours)."
11519
12566
  }
11520
12567
  },
11521
- "required": ["available", "location", "pickUpTime"]
12568
+ "required": [
12569
+ "available",
12570
+ "location",
12571
+ "pickUpTime"
12572
+ ]
11522
12573
  }
11523
12574
  },
11524
12575
  "ShopifyStorefront_StoreAvailabilityConnection": {
@@ -11551,7 +12602,11 @@
11551
12602
  "description": "Information to aid in pagination."
11552
12603
  }
11553
12604
  },
11554
- "required": ["edges", "nodes", "pageInfo"]
12605
+ "required": [
12606
+ "edges",
12607
+ "nodes",
12608
+ "pageInfo"
12609
+ ]
11555
12610
  }
11556
12611
  },
11557
12612
  "ShopifyStorefront_StoreAvailabilityEdge": {
@@ -11573,7 +12628,10 @@
11573
12628
  "description": "The item at the end of StoreAvailabilityEdge."
11574
12629
  }
11575
12630
  },
11576
- "required": ["cursor", "node"]
12631
+ "required": [
12632
+ "cursor",
12633
+ "node"
12634
+ ]
11577
12635
  }
11578
12636
  },
11579
12637
  "ShopifyStorefront_StringConnection": {
@@ -11598,7 +12656,10 @@
11598
12656
  "description": "Information to aid in pagination."
11599
12657
  }
11600
12658
  },
11601
- "required": ["edges", "pageInfo"]
12659
+ "required": [
12660
+ "edges",
12661
+ "pageInfo"
12662
+ ]
11602
12663
  }
11603
12664
  },
11604
12665
  "ShopifyStorefront_StringEdge": {
@@ -11620,7 +12681,10 @@
11620
12681
  "description": "The item at the end of StringEdge."
11621
12682
  }
11622
12683
  },
11623
- "required": ["cursor", "node"]
12684
+ "required": [
12685
+ "cursor",
12686
+ "node"
12687
+ ]
11624
12688
  }
11625
12689
  },
11626
12690
  "ShopifyStorefront_SubmissionError": {
@@ -11642,7 +12706,9 @@
11642
12706
  "description": "The error message."
11643
12707
  }
11644
12708
  },
11645
- "required": ["code"]
12709
+ "required": [
12710
+ "code"
12711
+ ]
11646
12712
  }
11647
12713
  },
11648
12714
  "ShopifyStorefront_SubmissionErrorCode": {
@@ -11762,7 +12828,9 @@
11762
12828
  "description": "The ID of the cart completion attempt that will be used for polling for the result."
11763
12829
  }
11764
12830
  },
11765
- "required": ["attemptId"]
12831
+ "required": [
12832
+ "attemptId"
12833
+ ]
11766
12834
  }
11767
12835
  },
11768
12836
  "ShopifyStorefront_SubmitFailed": {
@@ -11787,7 +12855,9 @@
11787
12855
  "description": "The list of errors that occurred from executing the mutation."
11788
12856
  }
11789
12857
  },
11790
- "required": ["errors"]
12858
+ "required": [
12859
+ "errors"
12860
+ ]
11791
12861
  }
11792
12862
  },
11793
12863
  "ShopifyStorefront_SubmitSuccess": {
@@ -11804,7 +12874,9 @@
11804
12874
  "description": "The ID of the cart completion attempt that will be used for polling for the result."
11805
12875
  }
11806
12876
  },
11807
- "required": ["attemptId"]
12877
+ "required": [
12878
+ "attemptId"
12879
+ ]
11808
12880
  }
11809
12881
  },
11810
12882
  "ShopifyStorefront_SubmitThrottled": {
@@ -11821,7 +12893,9 @@
11821
12893
  "@mapping": "shopify-storefront:SubmitThrottled.pollAfter"
11822
12894
  }
11823
12895
  },
11824
- "required": ["pollAfter"]
12896
+ "required": [
12897
+ "pollAfter"
12898
+ ]
11825
12899
  }
11826
12900
  },
11827
12901
  "ShopifyStorefront_TokenizedPaymentInputV3": {
@@ -11869,7 +12943,13 @@
11869
12943
  "description": "The type of payment token."
11870
12944
  }
11871
12945
  },
11872
- "required": ["paymentAmount", "idempotencyKey", "billingAddress", "paymentData", "type"]
12946
+ "required": [
12947
+ "paymentAmount",
12948
+ "idempotencyKey",
12949
+ "billingAddress",
12950
+ "paymentData",
12951
+ "type"
12952
+ ]
11873
12953
  }
11874
12954
  },
11875
12955
  "ShopifyStorefront_Transaction": {
@@ -11913,7 +12993,13 @@
11913
12993
  "description": "Whether the transaction was done in test mode or not."
11914
12994
  }
11915
12995
  },
11916
- "required": ["amount", "amountV2", "kind", "status", "test"]
12996
+ "required": [
12997
+ "amount",
12998
+ "amountV2",
12999
+ "kind",
13000
+ "status",
13001
+ "test"
13002
+ ]
11917
13003
  }
11918
13004
  },
11919
13005
  "ShopifyStorefront_TransactionKind": {
@@ -11922,7 +13008,13 @@
11922
13008
  "id": "ShopifyStorefront_TransactionKind",
11923
13009
  "description": "The different kinds of order transactions.",
11924
13010
  "schema": {
11925
- "enum": ["SALE", "CAPTURE", "AUTHORIZATION", "EMV_AUTHORIZATION", "CHANGE"]
13011
+ "enum": [
13012
+ "SALE",
13013
+ "CAPTURE",
13014
+ "AUTHORIZATION",
13015
+ "EMV_AUTHORIZATION",
13016
+ "CHANGE"
13017
+ ]
11926
13018
  }
11927
13019
  },
11928
13020
  "ShopifyStorefront_TransactionStatus": {
@@ -11931,7 +13023,12 @@
11931
13023
  "id": "ShopifyStorefront_TransactionStatus",
11932
13024
  "description": "Transaction statuses describe the status of a transaction.",
11933
13025
  "schema": {
11934
- "enum": ["PENDING", "SUCCESS", "FAILURE", "ERROR"]
13026
+ "enum": [
13027
+ "PENDING",
13028
+ "SUCCESS",
13029
+ "FAILURE",
13030
+ "ERROR"
13031
+ ]
11935
13032
  }
11936
13033
  },
11937
13034
  "ShopifyStorefront_UnitPriceMeasurement": {
@@ -11968,7 +13065,10 @@
11968
13065
  "description": "The reference value for the unit price measurement."
11969
13066
  }
11970
13067
  },
11971
- "required": ["quantityValue", "referenceValue"]
13068
+ "required": [
13069
+ "quantityValue",
13070
+ "referenceValue"
13071
+ ]
11972
13072
  }
11973
13073
  },
11974
13074
  "ShopifyStorefront_UnitPriceMeasurementMeasuredType": {
@@ -11977,7 +13077,12 @@
11977
13077
  "id": "ShopifyStorefront_UnitPriceMeasurementMeasuredType",
11978
13078
  "description": "The accepted types of unit of measurement.",
11979
13079
  "schema": {
11980
- "enum": ["VOLUME", "WEIGHT", "LENGTH", "AREA"]
13080
+ "enum": [
13081
+ "VOLUME",
13082
+ "WEIGHT",
13083
+ "LENGTH",
13084
+ "AREA"
13085
+ ]
11981
13086
  }
11982
13087
  },
11983
13088
  "ShopifyStorefront_UnitPriceMeasurementMeasuredUnit": {
@@ -11986,7 +13091,19 @@
11986
13091
  "id": "ShopifyStorefront_UnitPriceMeasurementMeasuredUnit",
11987
13092
  "description": "The valid units of measurement for a unit price measurement.",
11988
13093
  "schema": {
11989
- "enum": ["ML", "CL", "L", "M3", "MG", "G", "KG", "MM", "CM", "M", "M2"]
13094
+ "enum": [
13095
+ "ML",
13096
+ "CL",
13097
+ "L",
13098
+ "M3",
13099
+ "MG",
13100
+ "G",
13101
+ "KG",
13102
+ "MM",
13103
+ "CM",
13104
+ "M",
13105
+ "M2"
13106
+ ]
11990
13107
  }
11991
13108
  },
11992
13109
  "ShopifyStorefront_UnitSystem": {
@@ -11995,7 +13112,10 @@
11995
13112
  "id": "ShopifyStorefront_UnitSystem",
11996
13113
  "description": "Systems of weights and measures.",
11997
13114
  "schema": {
11998
- "enum": ["IMPERIAL_SYSTEM", "METRIC_SYSTEM"]
13115
+ "enum": [
13116
+ "IMPERIAL_SYSTEM",
13117
+ "METRIC_SYSTEM"
13118
+ ]
11999
13119
  }
12000
13120
  },
12001
13121
  "ShopifyStorefront_UrlRedirect": {
@@ -12023,9 +13143,15 @@
12023
13143
  "description": "The target location where the user will be redirected to."
12024
13144
  }
12025
13145
  },
12026
- "required": ["id", "path", "target"]
13146
+ "required": [
13147
+ "id",
13148
+ "path",
13149
+ "target"
13150
+ ]
12027
13151
  },
12028
- "interfaces": ["ShopifyStorefront_Node"]
13152
+ "interfaces": [
13153
+ "ShopifyStorefront_Node"
13154
+ ]
12029
13155
  },
12030
13156
  "ShopifyStorefront_UrlRedirectConnection": {
12031
13157
  "name": "ShopifyStorefront_UrlRedirectConnection",
@@ -12057,7 +13183,11 @@
12057
13183
  "description": "Information to aid in pagination."
12058
13184
  }
12059
13185
  },
12060
- "required": ["edges", "nodes", "pageInfo"]
13186
+ "required": [
13187
+ "edges",
13188
+ "nodes",
13189
+ "pageInfo"
13190
+ ]
12061
13191
  }
12062
13192
  },
12063
13193
  "ShopifyStorefront_UrlRedirectEdge": {
@@ -12079,7 +13209,10 @@
12079
13209
  "description": "The item at the end of UrlRedirectEdge."
12080
13210
  }
12081
13211
  },
12082
- "required": ["cursor", "node"]
13212
+ "required": [
13213
+ "cursor",
13214
+ "node"
13215
+ ]
12083
13216
  }
12084
13217
  },
12085
13218
  "ShopifyStorefront_UserError": {
@@ -12104,9 +13237,13 @@
12104
13237
  "description": "The error message."
12105
13238
  }
12106
13239
  },
12107
- "required": ["message"]
13240
+ "required": [
13241
+ "message"
13242
+ ]
12108
13243
  },
12109
- "interfaces": ["ShopifyStorefront_DisplayableError"]
13244
+ "interfaces": [
13245
+ "ShopifyStorefront_DisplayableError"
13246
+ ]
12110
13247
  },
12111
13248
  "ShopifyStorefront_VariantOptionFilter": {
12112
13249
  "name": "ShopifyStorefront_VariantOptionFilter",
@@ -12127,7 +13264,10 @@
12127
13264
  "description": "The value of the variant option to filter on."
12128
13265
  }
12129
13266
  },
12130
- "required": ["name", "value"]
13267
+ "required": [
13268
+ "name",
13269
+ "value"
13270
+ ]
12131
13271
  }
12132
13272
  },
12133
13273
  "ShopifyStorefront_Video": {
@@ -12173,9 +13313,16 @@
12173
13313
  "description": "The sources for a video."
12174
13314
  }
12175
13315
  },
12176
- "required": ["id", "mediaContentType", "sources"]
13316
+ "required": [
13317
+ "id",
13318
+ "mediaContentType",
13319
+ "sources"
13320
+ ]
12177
13321
  },
12178
- "interfaces": ["ShopifyStorefront_Media", "ShopifyStorefront_Node"]
13322
+ "interfaces": [
13323
+ "ShopifyStorefront_Media",
13324
+ "ShopifyStorefront_Node"
13325
+ ]
12179
13326
  },
12180
13327
  "ShopifyStorefront_VideoSource": {
12181
13328
  "name": "ShopifyStorefront_VideoSource",
@@ -12211,7 +13358,13 @@
12211
13358
  "description": "The width of the video."
12212
13359
  }
12213
13360
  },
12214
- "required": ["format", "height", "mimeType", "url", "width"]
13361
+ "required": [
13362
+ "format",
13363
+ "height",
13364
+ "mimeType",
13365
+ "url",
13366
+ "width"
13367
+ ]
12215
13368
  }
12216
13369
  },
12217
13370
  "ShopifyStorefront_WeightUnit": {
@@ -12220,7 +13373,12 @@
12220
13373
  "id": "ShopifyStorefront_WeightUnit",
12221
13374
  "description": "Units of measurement for weight.",
12222
13375
  "schema": {
12223
- "enum": ["KILOGRAMS", "GRAMS", "POUNDS", "OUNCES"]
13376
+ "enum": [
13377
+ "KILOGRAMS",
13378
+ "GRAMS",
13379
+ "POUNDS",
13380
+ "OUNCES"
13381
+ ]
12224
13382
  }
12225
13383
  }
12226
13384
  },
@@ -12248,7 +13406,9 @@
12248
13406
  "description": "The ID of the `Article`."
12249
13407
  }
12250
13408
  },
12251
- "required": ["id"]
13409
+ "required": [
13410
+ "id"
13411
+ ]
12252
13412
  },
12253
13413
  "shape": "ShopifyStorefront_Article"
12254
13414
  },
@@ -12355,7 +13515,9 @@
12355
13515
  "description": "The handle of the blog."
12356
13516
  }
12357
13517
  },
12358
- "required": ["handle"]
13518
+ "required": [
13519
+ "handle"
13520
+ ]
12359
13521
  },
12360
13522
  "shape": "ShopifyStorefront_Blog"
12361
13523
  },
@@ -12433,7 +13595,9 @@
12433
13595
  "description": "The ID of the cart."
12434
13596
  }
12435
13597
  },
12436
- "required": ["id"]
13598
+ "required": [
13599
+ "id"
13600
+ ]
12437
13601
  },
12438
13602
  "shape": "ShopifyStorefront_Cart"
12439
13603
  },
@@ -12459,7 +13623,9 @@
12459
13623
  "description": "The ID of the attempt."
12460
13624
  }
12461
13625
  },
12462
- "required": ["attemptId"]
13626
+ "required": [
13627
+ "attemptId"
13628
+ ]
12463
13629
  },
12464
13630
  "shape": "ShopifyStorefront_CartCompletionAttemptResult"
12465
13631
  },
@@ -12515,7 +13681,9 @@
12515
13681
  "description": "The handle of the collection."
12516
13682
  }
12517
13683
  },
12518
- "required": ["handle"]
13684
+ "required": [
13685
+ "handle"
13686
+ ]
12519
13687
  },
12520
13688
  "shape": "ShopifyStorefront_Collection"
12521
13689
  },
@@ -12592,7 +13760,9 @@
12592
13760
  "description": "The customer access token."
12593
13761
  }
12594
13762
  },
12595
- "required": ["customerAccessToken"]
13763
+ "required": [
13764
+ "customerAccessToken"
13765
+ ]
12596
13766
  },
12597
13767
  "shape": "ShopifyStorefront_Customer"
12598
13768
  },
@@ -12685,7 +13855,9 @@
12685
13855
  "description": "The navigation menu's handle."
12686
13856
  }
12687
13857
  },
12688
- "required": ["handle"]
13858
+ "required": [
13859
+ "handle"
13860
+ ]
12689
13861
  },
12690
13862
  "shape": "ShopifyStorefront_Menu"
12691
13863
  },
@@ -12766,7 +13938,9 @@
12766
13938
  "default": false
12767
13939
  }
12768
13940
  },
12769
- "required": ["type"]
13941
+ "required": [
13942
+ "type"
13943
+ ]
12770
13944
  },
12771
13945
  "shape": "ShopifyStorefront_MetaobjectConnection"
12772
13946
  },
@@ -12793,7 +13967,9 @@
12793
13967
  "description": "The ID of the Node to return."
12794
13968
  }
12795
13969
  },
12796
- "required": ["id"]
13970
+ "required": [
13971
+ "id"
13972
+ ]
12797
13973
  },
12798
13974
  "shape": "ShopifyStorefront_Node"
12799
13975
  },
@@ -12823,7 +13999,9 @@
12823
13999
  "description": "The IDs of the Nodes to return.\n\nThe input must not contain more than `250` values."
12824
14000
  }
12825
14001
  },
12826
- "required": ["ids"]
14002
+ "required": [
14003
+ "ids"
14004
+ ]
12827
14005
  },
12828
14006
  "shape": {
12829
14007
  "type": "array",
@@ -12884,7 +14062,9 @@
12884
14062
  "description": "The handle of the page."
12885
14063
  }
12886
14064
  },
12887
- "required": ["handle"]
14065
+ "required": [
14066
+ "handle"
14067
+ ]
12888
14068
  },
12889
14069
  "shape": "ShopifyStorefront_Page"
12890
14070
  },
@@ -12991,7 +14171,9 @@
12991
14171
  "description": "A unique string that identifies the product. Handles are automatically\ngenerated based on the product's title, and are always lowercase. Whitespace\nand special characters are replaced with a hyphen: `-`. If there are\nmultiple consecutive whitespace or special characters, then they're replaced\nwith a single hyphen. Whitespace or special characters at the beginning are\nremoved. If a duplicate product title is used, then the handle is\nauto-incremented by one. For example, if you had two products called\n`Potion`, then their handles would be `potion` and `potion-1`. After a\nproduct has been created, changing the product title doesn't update the handle."
12992
14172
  }
12993
14173
  },
12994
- "required": ["handle"]
14174
+ "required": [
14175
+ "handle"
14176
+ ]
12995
14177
  },
12996
14178
  "shape": "ShopifyStorefront_Product"
12997
14179
  },
@@ -13023,7 +14205,9 @@
13023
14205
  "default": "RELATED"
13024
14206
  }
13025
14207
  },
13026
- "required": ["productId"]
14208
+ "required": [
14209
+ "productId"
14210
+ ]
13027
14211
  },
13028
14212
  "shape": {
13029
14213
  "type": "array",
@@ -13054,7 +14238,9 @@
13054
14238
  "description": "Returns up to the first `n` elements from the list."
13055
14239
  }
13056
14240
  },
13057
- "required": ["first"]
14241
+ "required": [
14242
+ "first"
14243
+ ]
13058
14244
  },
13059
14245
  "shape": "ShopifyStorefront_StringConnection"
13060
14246
  },
@@ -13080,7 +14266,9 @@
13080
14266
  "description": "Returns up to the first `n` elements from the list."
13081
14267
  }
13082
14268
  },
13083
- "required": ["first"]
14269
+ "required": [
14270
+ "first"
14271
+ ]
13084
14272
  },
13085
14273
  "shape": "ShopifyStorefront_StringConnection"
13086
14274
  },
@@ -13250,7 +14438,10 @@
13250
14438
  "description": "The ID of the cart."
13251
14439
  }
13252
14440
  },
13253
- "required": ["attributes", "cartId"]
14441
+ "required": [
14442
+ "attributes",
14443
+ "cartId"
14444
+ ]
13254
14445
  },
13255
14446
  "shape": "ShopifyStorefront_CartAttributesUpdatePayload"
13256
14447
  },
@@ -13281,7 +14472,10 @@
13281
14472
  "description": "The customer associated with the cart. Used to determine\n[international pricing](https://shopify.dev/custom-storefronts/internationalization/international-pricing).\nBuyer identity should match the customer's shipping address."
13282
14473
  }
13283
14474
  },
13284
- "required": ["cartId", "buyerIdentity"]
14475
+ "required": [
14476
+ "cartId",
14477
+ "buyerIdentity"
14478
+ ]
13285
14479
  },
13286
14480
  "shape": "ShopifyStorefront_CartBuyerIdentityUpdatePayload"
13287
14481
  },
@@ -13340,7 +14534,9 @@
13340
14534
  "description": "The case-insensitive discount codes that the customer added at checkout.\n\nThe input must not contain more than `250` values."
13341
14535
  }
13342
14536
  },
13343
- "required": ["cartId"]
14537
+ "required": [
14538
+ "cartId"
14539
+ ]
13344
14540
  },
13345
14541
  "shape": "ShopifyStorefront_CartDiscountCodesUpdatePayload"
13346
14542
  },
@@ -13374,7 +14570,10 @@
13374
14570
  "description": "The ID of the cart."
13375
14571
  }
13376
14572
  },
13377
- "required": ["lines", "cartId"]
14573
+ "required": [
14574
+ "lines",
14575
+ "cartId"
14576
+ ]
13378
14577
  },
13379
14578
  "shape": "ShopifyStorefront_CartLinesAddPayload"
13380
14579
  },
@@ -13409,7 +14608,10 @@
13409
14608
  "description": "The merchandise line IDs to remove.\n\nThe input must not contain more than `250` values."
13410
14609
  }
13411
14610
  },
13412
- "required": ["cartId", "lineIds"]
14611
+ "required": [
14612
+ "cartId",
14613
+ "lineIds"
14614
+ ]
13413
14615
  },
13414
14616
  "shape": "ShopifyStorefront_CartLinesRemovePayload"
13415
14617
  },
@@ -13443,7 +14645,10 @@
13443
14645
  "description": "The merchandise lines to update.\n\nThe input must not contain more than `250` values."
13444
14646
  }
13445
14647
  },
13446
- "required": ["cartId", "lines"]
14648
+ "required": [
14649
+ "cartId",
14650
+ "lines"
14651
+ ]
13447
14652
  },
13448
14653
  "shape": "ShopifyStorefront_CartLinesUpdatePayload"
13449
14654
  },
@@ -13469,7 +14674,9 @@
13469
14674
  "description": "The input fields used to delete a cart metafield."
13470
14675
  }
13471
14676
  },
13472
- "required": ["input"]
14677
+ "required": [
14678
+ "input"
14679
+ ]
13473
14680
  },
13474
14681
  "shape": "ShopifyStorefront_CartMetafieldDeletePayload"
13475
14682
  },
@@ -13498,7 +14705,9 @@
13498
14705
  "description": "The list of Cart metafield values to set. Maximum of 25.\n\nThe input must not contain more than `250` values."
13499
14706
  }
13500
14707
  },
13501
- "required": ["metafields"]
14708
+ "required": [
14709
+ "metafields"
14710
+ ]
13502
14711
  },
13503
14712
  "shape": "ShopifyStorefront_CartMetafieldsSetPayload"
13504
14713
  },
@@ -13529,7 +14738,9 @@
13529
14738
  "description": "The note on the cart."
13530
14739
  }
13531
14740
  },
13532
- "required": ["cartId"]
14741
+ "required": [
14742
+ "cartId"
14743
+ ]
13533
14744
  },
13534
14745
  "shape": "ShopifyStorefront_CartNoteUpdatePayload"
13535
14746
  },
@@ -13560,7 +14771,10 @@
13560
14771
  "description": "The payment information for the cart that will be used at checkout."
13561
14772
  }
13562
14773
  },
13563
- "required": ["cartId", "payment"]
14774
+ "required": [
14775
+ "cartId",
14776
+ "payment"
14777
+ ]
13564
14778
  },
13565
14779
  "shape": "ShopifyStorefront_CartPaymentUpdatePayload"
13566
14780
  },
@@ -13594,7 +14808,10 @@
13594
14808
  "description": "The selected delivery options.\n\nThe input must not contain more than `250` values."
13595
14809
  }
13596
14810
  },
13597
- "required": ["cartId", "selectedDeliveryOptions"]
14811
+ "required": [
14812
+ "cartId",
14813
+ "selectedDeliveryOptions"
14814
+ ]
13598
14815
  },
13599
14816
  "shape": "ShopifyStorefront_CartSelectedDeliveryOptionsUpdatePayload"
13600
14817
  },
@@ -13625,7 +14842,10 @@
13625
14842
  "description": "The attemptToken is used to guarantee an idempotent result.\nIf more than one call uses the same attemptToken within a short period of time, only one will be accepted."
13626
14843
  }
13627
14844
  },
13628
- "required": ["cartId", "attemptToken"]
14845
+ "required": [
14846
+ "cartId",
14847
+ "attemptToken"
14848
+ ]
13629
14849
  },
13630
14850
  "shape": "ShopifyStorefront_CartSubmitForCompletionPayload"
13631
14851
  },
@@ -13656,7 +14876,10 @@
13656
14876
  "description": "The checkout attributes to update."
13657
14877
  }
13658
14878
  },
13659
- "required": ["checkoutId", "input"]
14879
+ "required": [
14880
+ "checkoutId",
14881
+ "input"
14882
+ ]
13660
14883
  },
13661
14884
  "shape": "ShopifyStorefront_CheckoutAttributesUpdateV2Payload"
13662
14885
  },
@@ -13683,7 +14906,9 @@
13683
14906
  "description": "The ID of the checkout."
13684
14907
  }
13685
14908
  },
13686
- "required": ["checkoutId"]
14909
+ "required": [
14910
+ "checkoutId"
14911
+ ]
13687
14912
  },
13688
14913
  "shape": "ShopifyStorefront_CheckoutCompleteFreePayload"
13689
14914
  },
@@ -13714,7 +14939,10 @@
13714
14939
  "description": "The credit card info to apply as a payment."
13715
14940
  }
13716
14941
  },
13717
- "required": ["checkoutId", "payment"]
14942
+ "required": [
14943
+ "checkoutId",
14944
+ "payment"
14945
+ ]
13718
14946
  },
13719
14947
  "shape": "ShopifyStorefront_CheckoutCompleteWithCreditCardV2Payload"
13720
14948
  },
@@ -13745,7 +14973,10 @@
13745
14973
  "description": "The info to apply as a tokenized payment."
13746
14974
  }
13747
14975
  },
13748
- "required": ["checkoutId", "payment"]
14976
+ "required": [
14977
+ "checkoutId",
14978
+ "payment"
14979
+ ]
13749
14980
  },
13750
14981
  "shape": "ShopifyStorefront_CheckoutCompleteWithTokenizedPaymentV3Payload"
13751
14982
  },
@@ -13775,7 +15006,9 @@
13775
15006
  "description": "The checkout queue token. Available only to selected stores."
13776
15007
  }
13777
15008
  },
13778
- "required": ["input"]
15009
+ "required": [
15010
+ "input"
15011
+ ]
13779
15012
  },
13780
15013
  "shape": "ShopifyStorefront_CheckoutCreatePayload"
13781
15014
  },
@@ -13806,7 +15039,10 @@
13806
15039
  "description": "The customer access token of the customer to associate."
13807
15040
  }
13808
15041
  },
13809
- "required": ["checkoutId", "customerAccessToken"]
15042
+ "required": [
15043
+ "checkoutId",
15044
+ "customerAccessToken"
15045
+ ]
13810
15046
  },
13811
15047
  "shape": "ShopifyStorefront_CheckoutCustomerAssociateV2Payload"
13812
15048
  },
@@ -13833,7 +15069,9 @@
13833
15069
  "description": "The ID of the checkout."
13834
15070
  }
13835
15071
  },
13836
- "required": ["checkoutId"]
15072
+ "required": [
15073
+ "checkoutId"
15074
+ ]
13837
15075
  },
13838
15076
  "shape": "ShopifyStorefront_CheckoutCustomerDisassociateV2Payload"
13839
15077
  },
@@ -13864,7 +15102,10 @@
13864
15102
  "description": "The ID of the checkout."
13865
15103
  }
13866
15104
  },
13867
- "required": ["discountCode", "checkoutId"]
15105
+ "required": [
15106
+ "discountCode",
15107
+ "checkoutId"
15108
+ ]
13868
15109
  },
13869
15110
  "shape": "ShopifyStorefront_CheckoutDiscountCodeApplyV2Payload"
13870
15111
  },
@@ -13891,7 +15132,9 @@
13891
15132
  "description": "The ID of the checkout."
13892
15133
  }
13893
15134
  },
13894
- "required": ["checkoutId"]
15135
+ "required": [
15136
+ "checkoutId"
15137
+ ]
13895
15138
  },
13896
15139
  "shape": "ShopifyStorefront_CheckoutDiscountCodeRemovePayload"
13897
15140
  },
@@ -13922,7 +15165,10 @@
13922
15165
  "description": "The email to update the checkout with."
13923
15166
  }
13924
15167
  },
13925
- "required": ["checkoutId", "email"]
15168
+ "required": [
15169
+ "checkoutId",
15170
+ "email"
15171
+ ]
13926
15172
  },
13927
15173
  "shape": "ShopifyStorefront_CheckoutEmailUpdateV2Payload"
13928
15174
  },
@@ -13954,7 +15200,10 @@
13954
15200
  "description": "The ID of the checkout."
13955
15201
  }
13956
15202
  },
13957
- "required": ["appliedGiftCardId", "checkoutId"]
15203
+ "required": [
15204
+ "appliedGiftCardId",
15205
+ "checkoutId"
15206
+ ]
13958
15207
  },
13959
15208
  "shape": "ShopifyStorefront_CheckoutGiftCardRemoveV2Payload"
13960
15209
  },
@@ -13988,7 +15237,10 @@
13988
15237
  "description": "The ID of the checkout."
13989
15238
  }
13990
15239
  },
13991
- "required": ["giftCardCodes", "checkoutId"]
15240
+ "required": [
15241
+ "giftCardCodes",
15242
+ "checkoutId"
15243
+ ]
13992
15244
  },
13993
15245
  "shape": "ShopifyStorefront_CheckoutGiftCardsAppendPayload"
13994
15246
  },
@@ -14022,7 +15274,10 @@
14022
15274
  "description": "The ID of the checkout."
14023
15275
  }
14024
15276
  },
14025
- "required": ["lineItems", "checkoutId"]
15277
+ "required": [
15278
+ "lineItems",
15279
+ "checkoutId"
15280
+ ]
14026
15281
  },
14027
15282
  "shape": "ShopifyStorefront_CheckoutLineItemsAddPayload"
14028
15283
  },
@@ -14057,7 +15312,10 @@
14057
15312
  "description": "Line item ids to remove.\n\nThe input must not contain more than `250` values."
14058
15313
  }
14059
15314
  },
14060
- "required": ["checkoutId", "lineItemIds"]
15315
+ "required": [
15316
+ "checkoutId",
15317
+ "lineItemIds"
15318
+ ]
14061
15319
  },
14062
15320
  "shape": "ShopifyStorefront_CheckoutLineItemsRemovePayload"
14063
15321
  },
@@ -14091,7 +15349,10 @@
14091
15349
  "description": "The ID of the checkout."
14092
15350
  }
14093
15351
  },
14094
- "required": ["lineItems", "checkoutId"]
15352
+ "required": [
15353
+ "lineItems",
15354
+ "checkoutId"
15355
+ ]
14095
15356
  },
14096
15357
  "shape": "ShopifyStorefront_CheckoutLineItemsReplacePayload"
14097
15358
  },
@@ -14125,7 +15386,10 @@
14125
15386
  "description": "Line items to update.\n\nThe input must not contain more than `250` values."
14126
15387
  }
14127
15388
  },
14128
- "required": ["checkoutId", "lineItems"]
15389
+ "required": [
15390
+ "checkoutId",
15391
+ "lineItems"
15392
+ ]
14129
15393
  },
14130
15394
  "shape": "ShopifyStorefront_CheckoutLineItemsUpdatePayload"
14131
15395
  },
@@ -14156,7 +15420,10 @@
14156
15420
  "description": "The ID of the checkout."
14157
15421
  }
14158
15422
  },
14159
- "required": ["shippingAddress", "checkoutId"]
15423
+ "required": [
15424
+ "shippingAddress",
15425
+ "checkoutId"
15426
+ ]
14160
15427
  },
14161
15428
  "shape": "ShopifyStorefront_CheckoutShippingAddressUpdateV2Payload"
14162
15429
  },
@@ -14187,7 +15454,10 @@
14187
15454
  "description": "A unique identifier to a Checkout’s shipping provider, price, and title combination, enabling the customer to select the availableShippingRates."
14188
15455
  }
14189
15456
  },
14190
- "required": ["checkoutId", "shippingRateHandle"]
15457
+ "required": [
15458
+ "checkoutId",
15459
+ "shippingRateHandle"
15460
+ ]
14191
15461
  },
14192
15462
  "shape": "ShopifyStorefront_CheckoutShippingLineUpdatePayload"
14193
15463
  },
@@ -14213,7 +15483,9 @@
14213
15483
  "description": "The fields used to create a customer access token."
14214
15484
  }
14215
15485
  },
14216
- "required": ["input"]
15486
+ "required": [
15487
+ "input"
15488
+ ]
14217
15489
  },
14218
15490
  "shape": "ShopifyStorefront_CustomerAccessTokenCreatePayload"
14219
15491
  },
@@ -14239,7 +15511,9 @@
14239
15511
  "description": "A valid [multipass token](https://shopify.dev/api/multipass) to be authenticated."
14240
15512
  }
14241
15513
  },
14242
- "required": ["multipassToken"]
15514
+ "required": [
15515
+ "multipassToken"
15516
+ ]
14243
15517
  },
14244
15518
  "shape": "ShopifyStorefront_CustomerAccessTokenCreateWithMultipassPayload"
14245
15519
  },
@@ -14265,7 +15539,9 @@
14265
15539
  "description": "The access token used to identify the customer."
14266
15540
  }
14267
15541
  },
14268
- "required": ["customerAccessToken"]
15542
+ "required": [
15543
+ "customerAccessToken"
15544
+ ]
14269
15545
  },
14270
15546
  "shape": "ShopifyStorefront_CustomerAccessTokenDeletePayload"
14271
15547
  },
@@ -14291,7 +15567,9 @@
14291
15567
  "description": "The access token used to identify the customer."
14292
15568
  }
14293
15569
  },
14294
- "required": ["customerAccessToken"]
15570
+ "required": [
15571
+ "customerAccessToken"
15572
+ ]
14295
15573
  },
14296
15574
  "shape": "ShopifyStorefront_CustomerAccessTokenRenewPayload"
14297
15575
  },
@@ -14322,7 +15600,10 @@
14322
15600
  "description": "The fields used to activate a customer."
14323
15601
  }
14324
15602
  },
14325
- "required": ["id", "input"]
15603
+ "required": [
15604
+ "id",
15605
+ "input"
15606
+ ]
14326
15607
  },
14327
15608
  "shape": "ShopifyStorefront_CustomerActivatePayload"
14328
15609
  },
@@ -14352,7 +15633,10 @@
14352
15633
  "description": "A new password set during activation."
14353
15634
  }
14354
15635
  },
14355
- "required": ["activationUrl", "password"]
15636
+ "required": [
15637
+ "activationUrl",
15638
+ "password"
15639
+ ]
14356
15640
  },
14357
15641
  "shape": "ShopifyStorefront_CustomerActivateByUrlPayload"
14358
15642
  },
@@ -14382,7 +15666,10 @@
14382
15666
  "description": "The customer mailing address to create."
14383
15667
  }
14384
15668
  },
14385
- "required": ["customerAccessToken", "address"]
15669
+ "required": [
15670
+ "customerAccessToken",
15671
+ "address"
15672
+ ]
14386
15673
  },
14387
15674
  "shape": "ShopifyStorefront_CustomerAddressCreatePayload"
14388
15675
  },
@@ -14413,7 +15700,10 @@
14413
15700
  "description": "The access token used to identify the customer."
14414
15701
  }
14415
15702
  },
14416
- "required": ["id", "customerAccessToken"]
15703
+ "required": [
15704
+ "id",
15705
+ "customerAccessToken"
15706
+ ]
14417
15707
  },
14418
15708
  "shape": "ShopifyStorefront_CustomerAddressDeletePayload"
14419
15709
  },
@@ -14448,7 +15738,11 @@
14448
15738
  "description": "The customer’s mailing address."
14449
15739
  }
14450
15740
  },
14451
- "required": ["customerAccessToken", "id", "address"]
15741
+ "required": [
15742
+ "customerAccessToken",
15743
+ "id",
15744
+ "address"
15745
+ ]
14452
15746
  },
14453
15747
  "shape": "ShopifyStorefront_CustomerAddressUpdatePayload"
14454
15748
  },
@@ -14474,7 +15768,9 @@
14474
15768
  "description": "The fields used to create a new customer."
14475
15769
  }
14476
15770
  },
14477
- "required": ["input"]
15771
+ "required": [
15772
+ "input"
15773
+ ]
14478
15774
  },
14479
15775
  "shape": "ShopifyStorefront_CustomerCreatePayload"
14480
15776
  },
@@ -14505,7 +15801,10 @@
14505
15801
  "description": "ID of the address to set as the new default for the customer."
14506
15802
  }
14507
15803
  },
14508
- "required": ["customerAccessToken", "addressId"]
15804
+ "required": [
15805
+ "customerAccessToken",
15806
+ "addressId"
15807
+ ]
14509
15808
  },
14510
15809
  "shape": "ShopifyStorefront_CustomerDefaultAddressUpdatePayload"
14511
15810
  },
@@ -14531,7 +15830,9 @@
14531
15830
  "description": "The email address of the customer to recover."
14532
15831
  }
14533
15832
  },
14534
- "required": ["email"]
15833
+ "required": [
15834
+ "email"
15835
+ ]
14535
15836
  },
14536
15837
  "shape": "ShopifyStorefront_CustomerRecoverPayload"
14537
15838
  },
@@ -14562,7 +15863,10 @@
14562
15863
  "description": "The fields used to reset a customer’s password."
14563
15864
  }
14564
15865
  },
14565
- "required": ["id", "input"]
15866
+ "required": [
15867
+ "id",
15868
+ "input"
15869
+ ]
14566
15870
  },
14567
15871
  "shape": "ShopifyStorefront_CustomerResetPayload"
14568
15872
  },
@@ -14592,7 +15896,10 @@
14592
15896
  "description": "New password that will be set as part of the reset password process."
14593
15897
  }
14594
15898
  },
14595
- "required": ["resetUrl", "password"]
15899
+ "required": [
15900
+ "resetUrl",
15901
+ "password"
15902
+ ]
14596
15903
  },
14597
15904
  "shape": "ShopifyStorefront_CustomerResetByUrlPayload"
14598
15905
  },
@@ -14622,10 +15929,13 @@
14622
15929
  "description": "The customer object input."
14623
15930
  }
14624
15931
  },
14625
- "required": ["customerAccessToken", "customer"]
15932
+ "required": [
15933
+ "customerAccessToken",
15934
+ "customer"
15935
+ ]
14626
15936
  },
14627
15937
  "shape": "ShopifyStorefront_CustomerUpdatePayload"
14628
15938
  }
14629
15939
  },
14630
15940
  "schemaVersion": "3.52.0"
14631
- }
15941
+ }