solidus_graphql_api 0.1.0 → 0.2.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.
Files changed (267) hide show
  1. checksums.yaml +4 -4
  2. data/.circleci/config.yml +18 -2
  3. data/.github/dependabot.yml +23 -0
  4. data/.github/stale.yml +3 -3
  5. data/.github_changelog_generator +2 -0
  6. data/.rubocop.yml +7 -4
  7. data/CHANGELOG.md +170 -0
  8. data/Gemfile +0 -5
  9. data/LICENSE +1 -1
  10. data/README.md +25 -9
  11. data/Rakefile +21 -7
  12. data/app/assets/javascripts/spree/backend/solidus_graphql_api.js +2 -0
  13. data/app/assets/javascripts/spree/frontend/solidus_graphql_api.js +2 -0
  14. data/app/assets/stylesheets/spree/backend/solidus_graphql_api.css +4 -0
  15. data/app/assets/stylesheets/spree/frontend/solidus_graphql_api.css +4 -0
  16. data/app/controllers/spree/graphql_controller.rb +2 -0
  17. data/bin/console +2 -2
  18. data/bin/rails +0 -2
  19. data/bin/rails-engine +0 -3
  20. data/bin/rails-sandbox +1 -3
  21. data/bin/rake +0 -1
  22. data/bin/sandbox +3 -1
  23. data/docs/assets/images/graphiql-headers.png +0 -0
  24. data/docs/assets/images/graphiql-variables.png +0 -0
  25. data/docs/assets/images/graphiql.png +0 -0
  26. data/docs/assets/images/menu.png +0 -0
  27. data/docs/assets/images/navbar.png +0 -0
  28. data/docs/assets/style.css +1115 -0
  29. data/docs/assets/webfonts/2C4B9D_B_0.eot +0 -0
  30. data/docs/assets/webfonts/2C4B9D_B_0.ttf +0 -0
  31. data/docs/assets/webfonts/2C4B9D_B_0.woff +0 -0
  32. data/docs/assets/webfonts/2C4B9D_B_0.woff2 +0 -0
  33. data/docs/assets/webfonts/2C4B9D_C_0.eot +0 -0
  34. data/docs/assets/webfonts/2C4B9D_C_0.ttf +0 -0
  35. data/docs/assets/webfonts/2C4B9D_C_0.woff +0 -0
  36. data/docs/assets/webfonts/2C4B9D_C_0.woff2 +0 -0
  37. data/docs/assets/webfonts/2C4B9D_D_0.eot +0 -0
  38. data/docs/assets/webfonts/2C4B9D_D_0.ttf +0 -0
  39. data/docs/assets/webfonts/2C4B9D_D_0.woff +0 -0
  40. data/docs/assets/webfonts/2C4B9D_D_0.woff2 +0 -0
  41. data/docs/assets/webfonts/2C4B9D_E_0.eot +0 -0
  42. data/docs/assets/webfonts/2C4B9D_E_0.ttf +0 -0
  43. data/docs/assets/webfonts/2C4B9D_E_0.woff +0 -0
  44. data/docs/assets/webfonts/2C4B9D_E_0.woff2 +0 -0
  45. data/docs/directive/deprecated/index.html +1142 -0
  46. data/docs/directive/include/index.html +1141 -0
  47. data/docs/directive/index.html +1113 -0
  48. data/docs/directive/skip/index.html +1141 -0
  49. data/docs/enum/__directivelocation/index.html +1204 -0
  50. data/docs/enum/__typekind/index.html +1154 -0
  51. data/docs/enum/addresstypeinput/index.html +1121 -0
  52. data/docs/enum/index.html +1113 -0
  53. data/docs/index.html +1122 -0
  54. data/docs/input_object/addaddressestocheckoutinput/index.html +1135 -0
  55. data/docs/input_object/addpaymenttocheckoutinput/index.html +1135 -0
  56. data/docs/input_object/addressinput/index.html +1169 -0
  57. data/docs/input_object/addtocartinput/index.html +1130 -0
  58. data/docs/input_object/advancecheckoutinput/index.html +1120 -0
  59. data/docs/input_object/applycouponcodeinput/index.html +1125 -0
  60. data/docs/input_object/completecheckoutinput/index.html +1120 -0
  61. data/docs/input_object/createorderinput/index.html +1120 -0
  62. data/docs/input_object/emptycartinput/index.html +1120 -0
  63. data/docs/input_object/index.html +1113 -0
  64. data/docs/input_object/markdefaultshipaddressinput/index.html +1125 -0
  65. data/docs/input_object/nextcheckoutstateinput/index.html +1120 -0
  66. data/docs/input_object/productsqueryinput/index.html +1132 -0
  67. data/docs/input_object/removefromaddressbookinput/index.html +1125 -0
  68. data/docs/input_object/removefromcartinput/index.html +1125 -0
  69. data/docs/input_object/saveinaddressbookinput/index.html +1135 -0
  70. data/docs/input_object/selectshippingrateinput/index.html +1125 -0
  71. data/docs/input_object/setorderemailinput/index.html +1125 -0
  72. data/docs/input_object/updatecartquantityinput/index.html +1130 -0
  73. data/docs/interface/adjustment/index.html +1145 -0
  74. data/docs/interface/index.html +1113 -0
  75. data/docs/interface/node/index.html +1151 -0
  76. data/docs/interface/paymentsource/index.html +1134 -0
  77. data/docs/mutation/addaddressestocheckout/index.html +1137 -0
  78. data/docs/mutation/addpaymenttocheckout/index.html +1137 -0
  79. data/docs/mutation/addtocart/index.html +1137 -0
  80. data/docs/mutation/advancecheckout/index.html +1137 -0
  81. data/docs/mutation/applycouponcode/index.html +1137 -0
  82. data/docs/mutation/completecheckout/index.html +1137 -0
  83. data/docs/mutation/createorder/index.html +1137 -0
  84. data/docs/mutation/emptycart/index.html +1137 -0
  85. data/docs/mutation/markdefaultshipaddress/index.html +1132 -0
  86. data/docs/mutation/nextcheckoutstate/index.html +1137 -0
  87. data/docs/mutation/removefromaddressbook/index.html +1132 -0
  88. data/docs/mutation/removefromcart/index.html +1137 -0
  89. data/docs/mutation/saveinaddressbook/index.html +1137 -0
  90. data/docs/mutation/selectshippingrate/index.html +1137 -0
  91. data/docs/mutation/setorderemail/index.html +1137 -0
  92. data/docs/mutation/updatecartquantity/index.html +1137 -0
  93. data/docs/object/__directive/index.html +1182 -0
  94. data/docs/object/__enumvalue/index.html +1134 -0
  95. data/docs/object/__field/index.html +1164 -0
  96. data/docs/object/__inputvalue/index.html +1145 -0
  97. data/docs/object/__schema/index.html +1144 -0
  98. data/docs/object/__type/index.html +1220 -0
  99. data/docs/object/addaddressestocheckoutpayload/index.html +1130 -0
  100. data/docs/object/addpaymenttocheckoutpayload/index.html +1130 -0
  101. data/docs/object/address/index.html +1189 -0
  102. data/docs/object/addressconnection/index.html +1132 -0
  103. data/docs/object/addressedge/index.html +1126 -0
  104. data/docs/object/addtocartpayload/index.html +1130 -0
  105. data/docs/object/adjustmentconnection/index.html +1132 -0
  106. data/docs/object/adjustmentedge/index.html +1126 -0
  107. data/docs/object/advancecheckoutpayload/index.html +1130 -0
  108. data/docs/object/applycouponcodepayload/index.html +1130 -0
  109. data/docs/object/completecheckoutpayload/index.html +1130 -0
  110. data/docs/object/country/index.html +1218 -0
  111. data/docs/object/countryconnection/index.html +1132 -0
  112. data/docs/object/countryedge/index.html +1126 -0
  113. data/docs/object/createorderpayload/index.html +1130 -0
  114. data/docs/object/creditcard/index.html +1170 -0
  115. data/docs/object/currency/index.html +1144 -0
  116. data/docs/object/currencyconnection/index.html +1132 -0
  117. data/docs/object/currencyedge/index.html +1126 -0
  118. data/docs/object/emptycartpayload/index.html +1130 -0
  119. data/docs/object/image/index.html +1169 -0
  120. data/docs/object/imageconnection/index.html +1132 -0
  121. data/docs/object/imageedge/index.html +1126 -0
  122. data/docs/object/index.html +1113 -0
  123. data/docs/object/lineitem/index.html +1184 -0
  124. data/docs/object/lineitemconnection/index.html +1132 -0
  125. data/docs/object/lineitemedge/index.html +1126 -0
  126. data/docs/object/manifestitem/index.html +1124 -0
  127. data/docs/object/markdefaultshipaddresspayload/index.html +1125 -0
  128. data/docs/object/nextcheckoutstatepayload/index.html +1130 -0
  129. data/docs/object/optiontype/index.html +1203 -0
  130. data/docs/object/optiontypeconnection/index.html +1132 -0
  131. data/docs/object/optiontypeedge/index.html +1126 -0
  132. data/docs/object/optionvalue/index.html +1154 -0
  133. data/docs/object/optionvalueconnection/index.html +1132 -0
  134. data/docs/object/optionvalueedge/index.html +1126 -0
  135. data/docs/object/order/index.html +1412 -0
  136. data/docs/object/orderconnection/index.html +1132 -0
  137. data/docs/object/orderedge/index.html +1126 -0
  138. data/docs/object/pageinfo/index.html +1138 -0
  139. data/docs/object/payment/index.html +1149 -0
  140. data/docs/object/paymentmethod/index.html +1149 -0
  141. data/docs/object/price/index.html +1159 -0
  142. data/docs/object/priceconnection/index.html +1132 -0
  143. data/docs/object/priceedge/index.html +1126 -0
  144. data/docs/object/product/index.html +1327 -0
  145. data/docs/object/productconnection/index.html +1132 -0
  146. data/docs/object/productedge/index.html +1126 -0
  147. data/docs/object/productproperty/index.html +1149 -0
  148. data/docs/object/productpropertyconnection/index.html +1132 -0
  149. data/docs/object/productpropertyedge/index.html +1126 -0
  150. data/docs/object/promotionadjustment/index.html +1155 -0
  151. data/docs/object/property/index.html +1144 -0
  152. data/docs/object/removefromaddressbookpayload/index.html +1125 -0
  153. data/docs/object/removefromcartpayload/index.html +1130 -0
  154. data/docs/object/saveinaddressbookpayload/index.html +1130 -0
  155. data/docs/object/selectshippingratepayload/index.html +1130 -0
  156. data/docs/object/setorderemailpayload/index.html +1130 -0
  157. data/docs/object/shipment/index.html +1218 -0
  158. data/docs/object/shipmentconnection/index.html +1132 -0
  159. data/docs/object/shipmentedge/index.html +1126 -0
  160. data/docs/object/shippingmethod/index.html +1174 -0
  161. data/docs/object/shippingrate/index.html +1154 -0
  162. data/docs/object/shippingrateconnection/index.html +1132 -0
  163. data/docs/object/shippingrateedge/index.html +1126 -0
  164. data/docs/object/state/index.html +1144 -0
  165. data/docs/object/stateconnection/index.html +1132 -0
  166. data/docs/object/stateedge/index.html +1126 -0
  167. data/docs/object/store/index.html +1238 -0
  168. data/docs/object/taxadjustment/index.html +1150 -0
  169. data/docs/object/taxon/index.html +1228 -0
  170. data/docs/object/taxonconnection/index.html +1132 -0
  171. data/docs/object/taxonedge/index.html +1126 -0
  172. data/docs/object/taxonomy/index.html +1198 -0
  173. data/docs/object/taxonomyconnection/index.html +1132 -0
  174. data/docs/object/taxonomyedge/index.html +1126 -0
  175. data/docs/object/updatecartquantitypayload/index.html +1130 -0
  176. data/docs/object/user/index.html +1280 -0
  177. data/docs/object/usererror/index.html +1126 -0
  178. data/docs/object/variant/index.html +1332 -0
  179. data/docs/object/variantconnection/index.html +1132 -0
  180. data/docs/object/variantedge/index.html +1126 -0
  181. data/docs/object/walletpaymentsource/index.html +1144 -0
  182. data/docs/object/walletpaymentsourceconnection/index.html +1132 -0
  183. data/docs/object/walletpaymentsourceedge/index.html +1126 -0
  184. data/docs/operation/mutation/index.html +1114 -0
  185. data/docs/operation/query/index.html +1431 -0
  186. data/docs/scalar/boolean/index.html +1112 -0
  187. data/docs/scalar/float/index.html +1112 -0
  188. data/docs/scalar/id/index.html +1112 -0
  189. data/docs/scalar/index.html +1113 -0
  190. data/docs/scalar/int/index.html +1112 -0
  191. data/docs/scalar/iso8601datetime/index.html +1112 -0
  192. data/docs/scalar/json/index.html +1112 -0
  193. data/docs/scalar/string/index.html +1112 -0
  194. data/docs/union/index.html +1113 -0
  195. data/lib/generators/solidus_graphql_api/install/install_generator.rb +19 -0
  196. data/lib/generators/solidus_graphql_api/install/templates/initializer.rb +6 -0
  197. data/lib/graphql_docs/landing_pages/index.md +16 -0
  198. data/lib/solidus_graphql_api/batch_loader/has_many_through.rb +1 -0
  199. data/lib/solidus_graphql_api/configuration.rb +12 -8
  200. data/lib/solidus_graphql_api/context.rb +7 -1
  201. data/lib/solidus_graphql_api/engine.rb +2 -2
  202. data/lib/solidus_graphql_api/mutations/base_mutation.rb +3 -3
  203. data/lib/solidus_graphql_api/mutations/checkout/add_payment_to_checkout.rb +1 -1
  204. data/lib/solidus_graphql_api/mutations/user/{mark_default_address.rb → mark_default_ship_address.rb} +2 -2
  205. data/lib/solidus_graphql_api/mutations/user/save_in_address_book.rb +8 -2
  206. data/lib/solidus_graphql_api/queries/option_value/option_type_query.rb +19 -0
  207. data/lib/solidus_graphql_api/queries/shipping_rate/shipping_method_query.rb +19 -0
  208. data/lib/solidus_graphql_api/queries/variant/default_price_query.rb +1 -1
  209. data/lib/solidus_graphql_api/{factories → testing_support/factories}/address_factory.rb +1 -2
  210. data/lib/solidus_graphql_api/{factories → testing_support/factories}/country_factory.rb +0 -0
  211. data/lib/solidus_graphql_api/{factories → testing_support/factories}/store_factory.rb +0 -0
  212. data/lib/solidus_graphql_api/{factories → testing_support/factories}/taxonomy_factory.rb +10 -0
  213. data/lib/solidus_graphql_api/testing_support/factories.rb +9 -0
  214. data/lib/solidus_graphql_api/types/address.rb +1 -2
  215. data/lib/solidus_graphql_api/types/base/relay_node.rb +1 -1
  216. data/lib/solidus_graphql_api/types/input_objects/address_input.rb +1 -2
  217. data/lib/solidus_graphql_api/types/json.rb +6 -3
  218. data/lib/solidus_graphql_api/types/mutation.rb +1 -1
  219. data/lib/solidus_graphql_api/types/option_value.rb +5 -0
  220. data/lib/solidus_graphql_api/types/query.rb +2 -2
  221. data/lib/solidus_graphql_api/types/shipping_method.rb +20 -0
  222. data/lib/solidus_graphql_api/types/shipping_rate.rb +5 -0
  223. data/lib/solidus_graphql_api/types/user.rb +1 -1
  224. data/lib/solidus_graphql_api/version.rb +1 -1
  225. data/lib/solidus_graphql_api.rb +0 -3
  226. data/schema.graphql +128 -26
  227. data/solidus_graphql_api.gemspec +9 -7
  228. data/spec/integration/mutations/checkout/add_addresses_to_checkout_spec.rb +12 -18
  229. data/spec/integration/mutations/checkout/apply_coupon_code_spec.rb +3 -1
  230. data/spec/integration/mutations/{mark_default_address_spec.rb → mark_default_ship_address_spec.rb} +5 -5
  231. data/spec/integration/mutations/remove_from_address_book_spec.rb +4 -4
  232. data/spec/integration/mutations/save_in_address_book_spec.rb +25 -12
  233. data/spec/integration/queries/completed_orders_spec.rb +19 -15
  234. data/spec/integration/queries/current_order_spec.rb +4 -1
  235. data/spec/integration/queries/current_store_spec.rb +1 -1
  236. data/spec/integration/queries/products_spec.rb +4 -1
  237. data/spec/integration/queries/taxonomies_spec.rb +9 -4
  238. data/spec/integration/types/json_spec.rb +17 -0
  239. data/spec/lib/solidus_graphql_api/batch_loader/has_many_through_spec.rb +27 -15
  240. data/spec/lib/solidus_graphql_api/context_spec.rb +119 -6
  241. data/spec/lib/solidus_graphql_api/queries/option_value/option_type_query_spec.rb +10 -0
  242. data/spec/lib/solidus_graphql_api/queries/shipping_rate/shipping_method_query_spec.rb +11 -0
  243. data/spec/lib/solidus_graphql_api/queries/variant/default_price_query_spec.rb +1 -1
  244. data/spec/lib/solidus_graphql_api/types/base/object_spec.rb +5 -1
  245. data/spec/lib/solidus_graphql_api/types/json_spec.rb +2 -1
  246. data/spec/lib/solidus_graphql_api/types/option_value_spec.rb +22 -0
  247. data/spec/lib/solidus_graphql_api/types/product_spec.rb +3 -1
  248. data/spec/lib/solidus_graphql_api/types/query_spec.rb +3 -1
  249. data/spec/lib/solidus_graphql_api/types/shipping_rate_spec.rb +22 -0
  250. data/spec/requests/spree/graphql_controller_spec.rb +15 -2
  251. data/spec/spec_helper.rb +15 -9
  252. data/spec/support/expected_schema.graphql +128 -26
  253. data/spec/support/graphql/mutations/add_addresses_to_checkout.gql +2 -2
  254. data/spec/support/graphql/mutations/mark_default_ship_address.gql +9 -0
  255. data/spec/support/graphql/mutations/remove_from_address_book.gql +1 -1
  256. data/spec/support/graphql/mutations/save_in_address_book.gql +6 -5
  257. data/spec/support/graphql/queries/completed_orders/billing_address.gql +1 -2
  258. data/spec/support/graphql/queries/completed_orders/shipping_address.gql +1 -2
  259. data/spec/support/graphql/queries/current_user.gql +6 -11
  260. data/spec/support/graphql/responses/completed_orders/billing_address.json.erb +2 -4
  261. data/spec/support/graphql/responses/completed_orders/shipping_address.json.erb +2 -4
  262. data/spec/support/graphql/responses/current_store.json.erb +1 -1
  263. data/spec/support/graphql/responses/current_user.json.erb +7 -13
  264. data/spec/support/graphql/responses/taxonomies.json.erb +7 -7
  265. metadata +252 -37
  266. data/lib/solidus_graphql_api/factories.rb +0 -11
  267. data/spec/support/graphql/mutations/mark_default_address.gql +0 -9
@@ -0,0 +1,1431 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="description" content="query GraphQL documentation">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
7
+ <title>query</title>
8
+ <link rel="stylesheet" href="/solidus_graphql_api/docs/assets/style.css">
9
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.2/anchor.min.js"></script>
10
+ <script>
11
+
12
+ // Add anchors on DOMContentLoaded
13
+ document.addEventListener("DOMContentLoaded", function(event) {
14
+ anchors.options = {
15
+ placement: 'left',
16
+ visible: 'hover',
17
+ icon: '¶'
18
+ };
19
+ anchors.add('h2, h3, h4, h5, h6, .anchored');
20
+ });
21
+
22
+ </script>
23
+ </head>
24
+ <body>
25
+
26
+ <div id="wrap">
27
+ <div id="header">
28
+ </div>
29
+ <div id="sidebar">
30
+ <ul class="categories">
31
+ <li>
32
+ <ul class="menu-root">
33
+ <li>
34
+ <a href="/solidus_graphql_api/docs">GraphQL Reference</a>
35
+ </ul>
36
+ </li>
37
+
38
+ <li>
39
+ <p>Queries</p>
40
+ <ul class="menu-root">
41
+ <li>
42
+ <a href="/solidus_graphql_api/docs/operation/query/" class="sidebar-link">
43
+ Query
44
+ </a>
45
+ </li>
46
+ <li>
47
+ <a href="/solidus_graphql_api/docs/operation/mutation/" class="sidebar-link">
48
+ Mutation
49
+ </a>
50
+ </li>
51
+ </ul>
52
+ </li>
53
+
54
+ <li>
55
+ <p><a href="/solidus_graphql_api/docs/object">Objects</a></p>
56
+ <ul class="menu-root">
57
+
58
+
59
+ <li>
60
+ <a href="/solidus_graphql_api/docs/object/addaddressestocheckoutpayload/" class="sidebar-link">
61
+ AddAddressesToCheckoutPayload
62
+ </a>
63
+ </li>
64
+
65
+
66
+ <li>
67
+ <a href="/solidus_graphql_api/docs/object/addpaymenttocheckoutpayload/" class="sidebar-link">
68
+ AddPaymentToCheckoutPayload
69
+ </a>
70
+ </li>
71
+
72
+
73
+ <li>
74
+ <a href="/solidus_graphql_api/docs/object/addtocartpayload/" class="sidebar-link">
75
+ AddToCartPayload
76
+ </a>
77
+ </li>
78
+
79
+
80
+ <li>
81
+ <a href="/solidus_graphql_api/docs/object/address/" class="sidebar-link">
82
+ Address
83
+ </a>
84
+ </li>
85
+
86
+
87
+ <li>
88
+ <a href="/solidus_graphql_api/docs/object/addressconnection/" class="sidebar-link">
89
+ AddressConnection
90
+ </a>
91
+ </li>
92
+
93
+
94
+ <li>
95
+ <a href="/solidus_graphql_api/docs/object/addressedge/" class="sidebar-link">
96
+ AddressEdge
97
+ </a>
98
+ </li>
99
+
100
+
101
+ <li>
102
+ <a href="/solidus_graphql_api/docs/object/adjustmentconnection/" class="sidebar-link">
103
+ AdjustmentConnection
104
+ </a>
105
+ </li>
106
+
107
+
108
+ <li>
109
+ <a href="/solidus_graphql_api/docs/object/adjustmentedge/" class="sidebar-link">
110
+ AdjustmentEdge
111
+ </a>
112
+ </li>
113
+
114
+
115
+ <li>
116
+ <a href="/solidus_graphql_api/docs/object/advancecheckoutpayload/" class="sidebar-link">
117
+ AdvanceCheckoutPayload
118
+ </a>
119
+ </li>
120
+
121
+
122
+ <li>
123
+ <a href="/solidus_graphql_api/docs/object/applycouponcodepayload/" class="sidebar-link">
124
+ ApplyCouponCodePayload
125
+ </a>
126
+ </li>
127
+
128
+
129
+ <li>
130
+ <a href="/solidus_graphql_api/docs/object/completecheckoutpayload/" class="sidebar-link">
131
+ CompleteCheckoutPayload
132
+ </a>
133
+ </li>
134
+
135
+
136
+ <li>
137
+ <a href="/solidus_graphql_api/docs/object/country/" class="sidebar-link">
138
+ Country
139
+ </a>
140
+ </li>
141
+
142
+
143
+ <li>
144
+ <a href="/solidus_graphql_api/docs/object/countryconnection/" class="sidebar-link">
145
+ CountryConnection
146
+ </a>
147
+ </li>
148
+
149
+
150
+ <li>
151
+ <a href="/solidus_graphql_api/docs/object/countryedge/" class="sidebar-link">
152
+ CountryEdge
153
+ </a>
154
+ </li>
155
+
156
+
157
+ <li>
158
+ <a href="/solidus_graphql_api/docs/object/createorderpayload/" class="sidebar-link">
159
+ CreateOrderPayload
160
+ </a>
161
+ </li>
162
+
163
+
164
+ <li>
165
+ <a href="/solidus_graphql_api/docs/object/creditcard/" class="sidebar-link">
166
+ CreditCard
167
+ </a>
168
+ </li>
169
+
170
+
171
+ <li>
172
+ <a href="/solidus_graphql_api/docs/object/currency/" class="sidebar-link">
173
+ Currency
174
+ </a>
175
+ </li>
176
+
177
+
178
+ <li>
179
+ <a href="/solidus_graphql_api/docs/object/currencyconnection/" class="sidebar-link">
180
+ CurrencyConnection
181
+ </a>
182
+ </li>
183
+
184
+
185
+ <li>
186
+ <a href="/solidus_graphql_api/docs/object/currencyedge/" class="sidebar-link">
187
+ CurrencyEdge
188
+ </a>
189
+ </li>
190
+
191
+
192
+ <li>
193
+ <a href="/solidus_graphql_api/docs/object/emptycartpayload/" class="sidebar-link">
194
+ EmptyCartPayload
195
+ </a>
196
+ </li>
197
+
198
+
199
+ <li>
200
+ <a href="/solidus_graphql_api/docs/object/image/" class="sidebar-link">
201
+ Image
202
+ </a>
203
+ </li>
204
+
205
+
206
+ <li>
207
+ <a href="/solidus_graphql_api/docs/object/imageconnection/" class="sidebar-link">
208
+ ImageConnection
209
+ </a>
210
+ </li>
211
+
212
+
213
+ <li>
214
+ <a href="/solidus_graphql_api/docs/object/imageedge/" class="sidebar-link">
215
+ ImageEdge
216
+ </a>
217
+ </li>
218
+
219
+
220
+ <li>
221
+ <a href="/solidus_graphql_api/docs/object/lineitem/" class="sidebar-link">
222
+ LineItem
223
+ </a>
224
+ </li>
225
+
226
+
227
+ <li>
228
+ <a href="/solidus_graphql_api/docs/object/lineitemconnection/" class="sidebar-link">
229
+ LineItemConnection
230
+ </a>
231
+ </li>
232
+
233
+
234
+ <li>
235
+ <a href="/solidus_graphql_api/docs/object/lineitemedge/" class="sidebar-link">
236
+ LineItemEdge
237
+ </a>
238
+ </li>
239
+
240
+
241
+ <li>
242
+ <a href="/solidus_graphql_api/docs/object/manifestitem/" class="sidebar-link">
243
+ ManifestItem
244
+ </a>
245
+ </li>
246
+
247
+
248
+ <li>
249
+ <a href="/solidus_graphql_api/docs/object/markdefaultshipaddresspayload/" class="sidebar-link">
250
+ MarkDefaultShipAddressPayload
251
+ </a>
252
+ </li>
253
+
254
+
255
+ <li>
256
+ <a href="/solidus_graphql_api/docs/object/nextcheckoutstatepayload/" class="sidebar-link">
257
+ NextCheckoutStatePayload
258
+ </a>
259
+ </li>
260
+
261
+
262
+ <li>
263
+ <a href="/solidus_graphql_api/docs/object/optiontype/" class="sidebar-link">
264
+ OptionType
265
+ </a>
266
+ </li>
267
+
268
+
269
+ <li>
270
+ <a href="/solidus_graphql_api/docs/object/optiontypeconnection/" class="sidebar-link">
271
+ OptionTypeConnection
272
+ </a>
273
+ </li>
274
+
275
+
276
+ <li>
277
+ <a href="/solidus_graphql_api/docs/object/optiontypeedge/" class="sidebar-link">
278
+ OptionTypeEdge
279
+ </a>
280
+ </li>
281
+
282
+
283
+ <li>
284
+ <a href="/solidus_graphql_api/docs/object/optionvalue/" class="sidebar-link">
285
+ OptionValue
286
+ </a>
287
+ </li>
288
+
289
+
290
+ <li>
291
+ <a href="/solidus_graphql_api/docs/object/optionvalueconnection/" class="sidebar-link">
292
+ OptionValueConnection
293
+ </a>
294
+ </li>
295
+
296
+
297
+ <li>
298
+ <a href="/solidus_graphql_api/docs/object/optionvalueedge/" class="sidebar-link">
299
+ OptionValueEdge
300
+ </a>
301
+ </li>
302
+
303
+
304
+ <li>
305
+ <a href="/solidus_graphql_api/docs/object/order/" class="sidebar-link">
306
+ Order
307
+ </a>
308
+ </li>
309
+
310
+
311
+ <li>
312
+ <a href="/solidus_graphql_api/docs/object/orderconnection/" class="sidebar-link">
313
+ OrderConnection
314
+ </a>
315
+ </li>
316
+
317
+
318
+ <li>
319
+ <a href="/solidus_graphql_api/docs/object/orderedge/" class="sidebar-link">
320
+ OrderEdge
321
+ </a>
322
+ </li>
323
+
324
+
325
+ <li>
326
+ <a href="/solidus_graphql_api/docs/object/pageinfo/" class="sidebar-link">
327
+ PageInfo
328
+ </a>
329
+ </li>
330
+
331
+
332
+ <li>
333
+ <a href="/solidus_graphql_api/docs/object/payment/" class="sidebar-link">
334
+ Payment
335
+ </a>
336
+ </li>
337
+
338
+
339
+ <li>
340
+ <a href="/solidus_graphql_api/docs/object/paymentmethod/" class="sidebar-link">
341
+ PaymentMethod
342
+ </a>
343
+ </li>
344
+
345
+
346
+ <li>
347
+ <a href="/solidus_graphql_api/docs/object/price/" class="sidebar-link">
348
+ Price
349
+ </a>
350
+ </li>
351
+
352
+
353
+ <li>
354
+ <a href="/solidus_graphql_api/docs/object/priceconnection/" class="sidebar-link">
355
+ PriceConnection
356
+ </a>
357
+ </li>
358
+
359
+
360
+ <li>
361
+ <a href="/solidus_graphql_api/docs/object/priceedge/" class="sidebar-link">
362
+ PriceEdge
363
+ </a>
364
+ </li>
365
+
366
+
367
+ <li>
368
+ <a href="/solidus_graphql_api/docs/object/product/" class="sidebar-link">
369
+ Product
370
+ </a>
371
+ </li>
372
+
373
+
374
+ <li>
375
+ <a href="/solidus_graphql_api/docs/object/productconnection/" class="sidebar-link">
376
+ ProductConnection
377
+ </a>
378
+ </li>
379
+
380
+
381
+ <li>
382
+ <a href="/solidus_graphql_api/docs/object/productedge/" class="sidebar-link">
383
+ ProductEdge
384
+ </a>
385
+ </li>
386
+
387
+
388
+ <li>
389
+ <a href="/solidus_graphql_api/docs/object/productproperty/" class="sidebar-link">
390
+ ProductProperty
391
+ </a>
392
+ </li>
393
+
394
+
395
+ <li>
396
+ <a href="/solidus_graphql_api/docs/object/productpropertyconnection/" class="sidebar-link">
397
+ ProductPropertyConnection
398
+ </a>
399
+ </li>
400
+
401
+
402
+ <li>
403
+ <a href="/solidus_graphql_api/docs/object/productpropertyedge/" class="sidebar-link">
404
+ ProductPropertyEdge
405
+ </a>
406
+ </li>
407
+
408
+
409
+ <li>
410
+ <a href="/solidus_graphql_api/docs/object/promotionadjustment/" class="sidebar-link">
411
+ PromotionAdjustment
412
+ </a>
413
+ </li>
414
+
415
+
416
+ <li>
417
+ <a href="/solidus_graphql_api/docs/object/property/" class="sidebar-link">
418
+ Property
419
+ </a>
420
+ </li>
421
+
422
+
423
+ <li>
424
+ <a href="/solidus_graphql_api/docs/object/removefromaddressbookpayload/" class="sidebar-link">
425
+ RemoveFromAddressBookPayload
426
+ </a>
427
+ </li>
428
+
429
+
430
+ <li>
431
+ <a href="/solidus_graphql_api/docs/object/removefromcartpayload/" class="sidebar-link">
432
+ RemoveFromCartPayload
433
+ </a>
434
+ </li>
435
+
436
+
437
+ <li>
438
+ <a href="/solidus_graphql_api/docs/object/saveinaddressbookpayload/" class="sidebar-link">
439
+ SaveInAddressBookPayload
440
+ </a>
441
+ </li>
442
+
443
+
444
+ <li>
445
+ <a href="/solidus_graphql_api/docs/object/selectshippingratepayload/" class="sidebar-link">
446
+ SelectShippingRatePayload
447
+ </a>
448
+ </li>
449
+
450
+
451
+ <li>
452
+ <a href="/solidus_graphql_api/docs/object/setorderemailpayload/" class="sidebar-link">
453
+ SetOrderEmailPayload
454
+ </a>
455
+ </li>
456
+
457
+
458
+ <li>
459
+ <a href="/solidus_graphql_api/docs/object/shipment/" class="sidebar-link">
460
+ Shipment
461
+ </a>
462
+ </li>
463
+
464
+
465
+ <li>
466
+ <a href="/solidus_graphql_api/docs/object/shipmentconnection/" class="sidebar-link">
467
+ ShipmentConnection
468
+ </a>
469
+ </li>
470
+
471
+
472
+ <li>
473
+ <a href="/solidus_graphql_api/docs/object/shipmentedge/" class="sidebar-link">
474
+ ShipmentEdge
475
+ </a>
476
+ </li>
477
+
478
+
479
+ <li>
480
+ <a href="/solidus_graphql_api/docs/object/shippingmethod/" class="sidebar-link">
481
+ ShippingMethod
482
+ </a>
483
+ </li>
484
+
485
+
486
+ <li>
487
+ <a href="/solidus_graphql_api/docs/object/shippingrate/" class="sidebar-link">
488
+ ShippingRate
489
+ </a>
490
+ </li>
491
+
492
+
493
+ <li>
494
+ <a href="/solidus_graphql_api/docs/object/shippingrateconnection/" class="sidebar-link">
495
+ ShippingRateConnection
496
+ </a>
497
+ </li>
498
+
499
+
500
+ <li>
501
+ <a href="/solidus_graphql_api/docs/object/shippingrateedge/" class="sidebar-link">
502
+ ShippingRateEdge
503
+ </a>
504
+ </li>
505
+
506
+
507
+ <li>
508
+ <a href="/solidus_graphql_api/docs/object/state/" class="sidebar-link">
509
+ State
510
+ </a>
511
+ </li>
512
+
513
+
514
+ <li>
515
+ <a href="/solidus_graphql_api/docs/object/stateconnection/" class="sidebar-link">
516
+ StateConnection
517
+ </a>
518
+ </li>
519
+
520
+
521
+ <li>
522
+ <a href="/solidus_graphql_api/docs/object/stateedge/" class="sidebar-link">
523
+ StateEdge
524
+ </a>
525
+ </li>
526
+
527
+
528
+ <li>
529
+ <a href="/solidus_graphql_api/docs/object/store/" class="sidebar-link">
530
+ Store
531
+ </a>
532
+ </li>
533
+
534
+
535
+ <li>
536
+ <a href="/solidus_graphql_api/docs/object/taxadjustment/" class="sidebar-link">
537
+ TaxAdjustment
538
+ </a>
539
+ </li>
540
+
541
+
542
+ <li>
543
+ <a href="/solidus_graphql_api/docs/object/taxon/" class="sidebar-link">
544
+ Taxon
545
+ </a>
546
+ </li>
547
+
548
+
549
+ <li>
550
+ <a href="/solidus_graphql_api/docs/object/taxonconnection/" class="sidebar-link">
551
+ TaxonConnection
552
+ </a>
553
+ </li>
554
+
555
+
556
+ <li>
557
+ <a href="/solidus_graphql_api/docs/object/taxonedge/" class="sidebar-link">
558
+ TaxonEdge
559
+ </a>
560
+ </li>
561
+
562
+
563
+ <li>
564
+ <a href="/solidus_graphql_api/docs/object/taxonomy/" class="sidebar-link">
565
+ Taxonomy
566
+ </a>
567
+ </li>
568
+
569
+
570
+ <li>
571
+ <a href="/solidus_graphql_api/docs/object/taxonomyconnection/" class="sidebar-link">
572
+ TaxonomyConnection
573
+ </a>
574
+ </li>
575
+
576
+
577
+ <li>
578
+ <a href="/solidus_graphql_api/docs/object/taxonomyedge/" class="sidebar-link">
579
+ TaxonomyEdge
580
+ </a>
581
+ </li>
582
+
583
+
584
+ <li>
585
+ <a href="/solidus_graphql_api/docs/object/updatecartquantitypayload/" class="sidebar-link">
586
+ UpdateCartQuantityPayload
587
+ </a>
588
+ </li>
589
+
590
+
591
+ <li>
592
+ <a href="/solidus_graphql_api/docs/object/user/" class="sidebar-link">
593
+ User
594
+ </a>
595
+ </li>
596
+
597
+
598
+ <li>
599
+ <a href="/solidus_graphql_api/docs/object/usererror/" class="sidebar-link">
600
+ UserError
601
+ </a>
602
+ </li>
603
+
604
+
605
+ <li>
606
+ <a href="/solidus_graphql_api/docs/object/variant/" class="sidebar-link">
607
+ Variant
608
+ </a>
609
+ </li>
610
+
611
+
612
+ <li>
613
+ <a href="/solidus_graphql_api/docs/object/variantconnection/" class="sidebar-link">
614
+ VariantConnection
615
+ </a>
616
+ </li>
617
+
618
+
619
+ <li>
620
+ <a href="/solidus_graphql_api/docs/object/variantedge/" class="sidebar-link">
621
+ VariantEdge
622
+ </a>
623
+ </li>
624
+
625
+
626
+ <li>
627
+ <a href="/solidus_graphql_api/docs/object/walletpaymentsource/" class="sidebar-link">
628
+ WalletPaymentSource
629
+ </a>
630
+ </li>
631
+
632
+
633
+ <li>
634
+ <a href="/solidus_graphql_api/docs/object/walletpaymentsourceconnection/" class="sidebar-link">
635
+ WalletPaymentSourceConnection
636
+ </a>
637
+ </li>
638
+
639
+
640
+ <li>
641
+ <a href="/solidus_graphql_api/docs/object/walletpaymentsourceedge/" class="sidebar-link">
642
+ WalletPaymentSourceEdge
643
+ </a>
644
+ </li>
645
+
646
+
647
+ <li>
648
+ <a href="/solidus_graphql_api/docs/object/__directive/" class="sidebar-link">
649
+ __Directive
650
+ </a>
651
+ </li>
652
+
653
+
654
+ <li>
655
+ <a href="/solidus_graphql_api/docs/object/__enumvalue/" class="sidebar-link">
656
+ __EnumValue
657
+ </a>
658
+ </li>
659
+
660
+
661
+ <li>
662
+ <a href="/solidus_graphql_api/docs/object/__field/" class="sidebar-link">
663
+ __Field
664
+ </a>
665
+ </li>
666
+
667
+
668
+ <li>
669
+ <a href="/solidus_graphql_api/docs/object/__inputvalue/" class="sidebar-link">
670
+ __InputValue
671
+ </a>
672
+ </li>
673
+
674
+
675
+ <li>
676
+ <a href="/solidus_graphql_api/docs/object/__schema/" class="sidebar-link">
677
+ __Schema
678
+ </a>
679
+ </li>
680
+
681
+
682
+ <li>
683
+ <a href="/solidus_graphql_api/docs/object/__type/" class="sidebar-link">
684
+ __Type
685
+ </a>
686
+ </li>
687
+
688
+ </ul>
689
+ </li>
690
+
691
+ <li>
692
+ <p><a href="/solidus_graphql_api/docs/operation/mutation">Mutations</a></p>
693
+ <ul class="menu-root">
694
+
695
+
696
+ <li>
697
+ <a href="/solidus_graphql_api/docs/mutation/addaddressestocheckout/" class="sidebar-link">
698
+ addAddressesToCheckout
699
+ </a>
700
+ </li>
701
+
702
+
703
+ <li>
704
+ <a href="/solidus_graphql_api/docs/mutation/addpaymenttocheckout/" class="sidebar-link">
705
+ addPaymentToCheckout
706
+ </a>
707
+ </li>
708
+
709
+
710
+ <li>
711
+ <a href="/solidus_graphql_api/docs/mutation/addtocart/" class="sidebar-link">
712
+ addToCart
713
+ </a>
714
+ </li>
715
+
716
+
717
+ <li>
718
+ <a href="/solidus_graphql_api/docs/mutation/advancecheckout/" class="sidebar-link">
719
+ advanceCheckout
720
+ </a>
721
+ </li>
722
+
723
+
724
+ <li>
725
+ <a href="/solidus_graphql_api/docs/mutation/applycouponcode/" class="sidebar-link">
726
+ applyCouponCode
727
+ </a>
728
+ </li>
729
+
730
+
731
+ <li>
732
+ <a href="/solidus_graphql_api/docs/mutation/completecheckout/" class="sidebar-link">
733
+ completeCheckout
734
+ </a>
735
+ </li>
736
+
737
+
738
+ <li>
739
+ <a href="/solidus_graphql_api/docs/mutation/createorder/" class="sidebar-link">
740
+ createOrder
741
+ </a>
742
+ </li>
743
+
744
+
745
+ <li>
746
+ <a href="/solidus_graphql_api/docs/mutation/emptycart/" class="sidebar-link">
747
+ emptyCart
748
+ </a>
749
+ </li>
750
+
751
+
752
+ <li>
753
+ <a href="/solidus_graphql_api/docs/mutation/markdefaultshipaddress/" class="sidebar-link">
754
+ markDefaultShipAddress
755
+ </a>
756
+ </li>
757
+
758
+
759
+ <li>
760
+ <a href="/solidus_graphql_api/docs/mutation/nextcheckoutstate/" class="sidebar-link">
761
+ nextCheckoutState
762
+ </a>
763
+ </li>
764
+
765
+
766
+ <li>
767
+ <a href="/solidus_graphql_api/docs/mutation/removefromaddressbook/" class="sidebar-link">
768
+ removeFromAddressBook
769
+ </a>
770
+ </li>
771
+
772
+
773
+ <li>
774
+ <a href="/solidus_graphql_api/docs/mutation/removefromcart/" class="sidebar-link">
775
+ removeFromCart
776
+ </a>
777
+ </li>
778
+
779
+
780
+ <li>
781
+ <a href="/solidus_graphql_api/docs/mutation/saveinaddressbook/" class="sidebar-link">
782
+ saveInAddressBook
783
+ </a>
784
+ </li>
785
+
786
+
787
+ <li>
788
+ <a href="/solidus_graphql_api/docs/mutation/selectshippingrate/" class="sidebar-link">
789
+ selectShippingRate
790
+ </a>
791
+ </li>
792
+
793
+
794
+ <li>
795
+ <a href="/solidus_graphql_api/docs/mutation/setorderemail/" class="sidebar-link">
796
+ setOrderEmail
797
+ </a>
798
+ </li>
799
+
800
+
801
+ <li>
802
+ <a href="/solidus_graphql_api/docs/mutation/updatecartquantity/" class="sidebar-link">
803
+ updateCartQuantity
804
+ </a>
805
+ </li>
806
+
807
+ </ul>
808
+ </li>
809
+
810
+ <li>
811
+ <p><a href="/solidus_graphql_api/docs/interface">Interfaces</a></p>
812
+ <ul class="menu-root">
813
+
814
+
815
+ <li>
816
+ <a href="/solidus_graphql_api/docs/interface/adjustment/" class="sidebar-link">
817
+ Adjustment
818
+ </a>
819
+ </li>
820
+
821
+
822
+ <li>
823
+ <a href="/solidus_graphql_api/docs/interface/node/" class="sidebar-link">
824
+ Node
825
+ </a>
826
+ </li>
827
+
828
+
829
+ <li>
830
+ <a href="/solidus_graphql_api/docs/interface/paymentsource/" class="sidebar-link">
831
+ PaymentSource
832
+ </a>
833
+ </li>
834
+
835
+ </ul>
836
+ </li>
837
+
838
+ <li>
839
+ <p><a href="/solidus_graphql_api/docs/enum">Enums</a></p>
840
+ <ul class="menu-root">
841
+
842
+
843
+ <li>
844
+ <a href="/solidus_graphql_api/docs/enum/addresstypeinput/" class="sidebar-link">
845
+ AddressTypeInput
846
+ </a>
847
+ </li>
848
+
849
+
850
+ <li>
851
+ <a href="/solidus_graphql_api/docs/enum/__directivelocation/" class="sidebar-link">
852
+ __DirectiveLocation
853
+ </a>
854
+ </li>
855
+
856
+
857
+ <li>
858
+ <a href="/solidus_graphql_api/docs/enum/__typekind/" class="sidebar-link">
859
+ __TypeKind
860
+ </a>
861
+ </li>
862
+
863
+ </ul>
864
+ </li>
865
+
866
+ <li>
867
+ <p><a href="/solidus_graphql_api/docs/union">Unions</a></p>
868
+ <ul class="menu-root">
869
+
870
+ </ul>
871
+ </li>
872
+
873
+ <li>
874
+ <p><a href="/solidus_graphql_api/docs/input_object">Input Objects</a></p>
875
+ <ul class="menu-root">
876
+
877
+
878
+ <li>
879
+ <a href="/solidus_graphql_api/docs/input_object/addaddressestocheckoutinput/" class="sidebar-link">
880
+ AddAddressesToCheckoutInput
881
+ </a>
882
+ </li>
883
+
884
+
885
+ <li>
886
+ <a href="/solidus_graphql_api/docs/input_object/addpaymenttocheckoutinput/" class="sidebar-link">
887
+ AddPaymentToCheckoutInput
888
+ </a>
889
+ </li>
890
+
891
+
892
+ <li>
893
+ <a href="/solidus_graphql_api/docs/input_object/addtocartinput/" class="sidebar-link">
894
+ AddToCartInput
895
+ </a>
896
+ </li>
897
+
898
+
899
+ <li>
900
+ <a href="/solidus_graphql_api/docs/input_object/addressinput/" class="sidebar-link">
901
+ AddressInput
902
+ </a>
903
+ </li>
904
+
905
+
906
+ <li>
907
+ <a href="/solidus_graphql_api/docs/input_object/advancecheckoutinput/" class="sidebar-link">
908
+ AdvanceCheckoutInput
909
+ </a>
910
+ </li>
911
+
912
+
913
+ <li>
914
+ <a href="/solidus_graphql_api/docs/input_object/applycouponcodeinput/" class="sidebar-link">
915
+ ApplyCouponCodeInput
916
+ </a>
917
+ </li>
918
+
919
+
920
+ <li>
921
+ <a href="/solidus_graphql_api/docs/input_object/completecheckoutinput/" class="sidebar-link">
922
+ CompleteCheckoutInput
923
+ </a>
924
+ </li>
925
+
926
+
927
+ <li>
928
+ <a href="/solidus_graphql_api/docs/input_object/createorderinput/" class="sidebar-link">
929
+ CreateOrderInput
930
+ </a>
931
+ </li>
932
+
933
+
934
+ <li>
935
+ <a href="/solidus_graphql_api/docs/input_object/emptycartinput/" class="sidebar-link">
936
+ EmptyCartInput
937
+ </a>
938
+ </li>
939
+
940
+
941
+ <li>
942
+ <a href="/solidus_graphql_api/docs/input_object/markdefaultshipaddressinput/" class="sidebar-link">
943
+ MarkDefaultShipAddressInput
944
+ </a>
945
+ </li>
946
+
947
+
948
+ <li>
949
+ <a href="/solidus_graphql_api/docs/input_object/nextcheckoutstateinput/" class="sidebar-link">
950
+ NextCheckoutStateInput
951
+ </a>
952
+ </li>
953
+
954
+
955
+ <li>
956
+ <a href="/solidus_graphql_api/docs/input_object/productsqueryinput/" class="sidebar-link">
957
+ ProductsQueryInput
958
+ </a>
959
+ </li>
960
+
961
+
962
+ <li>
963
+ <a href="/solidus_graphql_api/docs/input_object/removefromaddressbookinput/" class="sidebar-link">
964
+ RemoveFromAddressBookInput
965
+ </a>
966
+ </li>
967
+
968
+
969
+ <li>
970
+ <a href="/solidus_graphql_api/docs/input_object/removefromcartinput/" class="sidebar-link">
971
+ RemoveFromCartInput
972
+ </a>
973
+ </li>
974
+
975
+
976
+ <li>
977
+ <a href="/solidus_graphql_api/docs/input_object/saveinaddressbookinput/" class="sidebar-link">
978
+ SaveInAddressBookInput
979
+ </a>
980
+ </li>
981
+
982
+
983
+ <li>
984
+ <a href="/solidus_graphql_api/docs/input_object/selectshippingrateinput/" class="sidebar-link">
985
+ SelectShippingRateInput
986
+ </a>
987
+ </li>
988
+
989
+
990
+ <li>
991
+ <a href="/solidus_graphql_api/docs/input_object/setorderemailinput/" class="sidebar-link">
992
+ SetOrderEmailInput
993
+ </a>
994
+ </li>
995
+
996
+
997
+ <li>
998
+ <a href="/solidus_graphql_api/docs/input_object/updatecartquantityinput/" class="sidebar-link">
999
+ UpdateCartQuantityInput
1000
+ </a>
1001
+ </li>
1002
+
1003
+ </ul>
1004
+ </li>
1005
+
1006
+ <li>
1007
+ <p><a href="/solidus_graphql_api/docs/scalar">Scalars</a></p>
1008
+ <ul class="menu-root">
1009
+
1010
+
1011
+ <li>
1012
+ <a href="/solidus_graphql_api/docs/scalar/boolean/" class="sidebar-link">
1013
+ Boolean
1014
+ </a>
1015
+ </li>
1016
+
1017
+
1018
+ <li>
1019
+ <a href="/solidus_graphql_api/docs/scalar/float/" class="sidebar-link">
1020
+ Float
1021
+ </a>
1022
+ </li>
1023
+
1024
+
1025
+ <li>
1026
+ <a href="/solidus_graphql_api/docs/scalar/id/" class="sidebar-link">
1027
+ ID
1028
+ </a>
1029
+ </li>
1030
+
1031
+
1032
+ <li>
1033
+ <a href="/solidus_graphql_api/docs/scalar/iso8601datetime/" class="sidebar-link">
1034
+ ISO8601DateTime
1035
+ </a>
1036
+ </li>
1037
+
1038
+
1039
+ <li>
1040
+ <a href="/solidus_graphql_api/docs/scalar/int/" class="sidebar-link">
1041
+ Int
1042
+ </a>
1043
+ </li>
1044
+
1045
+
1046
+ <li>
1047
+ <a href="/solidus_graphql_api/docs/scalar/json/" class="sidebar-link">
1048
+ Json
1049
+ </a>
1050
+ </li>
1051
+
1052
+
1053
+ <li>
1054
+ <a href="/solidus_graphql_api/docs/scalar/string/" class="sidebar-link">
1055
+ String
1056
+ </a>
1057
+ </li>
1058
+
1059
+ </ul>
1060
+ </li>
1061
+
1062
+ <li>
1063
+ <p><a href="/solidus_graphql_api/docs/directive">Directives</a></p>
1064
+ <ul class="menu-root">
1065
+
1066
+
1067
+ <li>
1068
+ <a href="/solidus_graphql_api/docs/directive/deprecated/" class="sidebar-link">
1069
+ deprecated
1070
+ </a>
1071
+ </li>
1072
+
1073
+
1074
+ <li>
1075
+ <a href="/solidus_graphql_api/docs/directive/include/" class="sidebar-link">
1076
+ include
1077
+ </a>
1078
+ </li>
1079
+
1080
+
1081
+ <li>
1082
+ <a href="/solidus_graphql_api/docs/directive/skip/" class="sidebar-link">
1083
+ skip
1084
+ </a>
1085
+ </li>
1086
+
1087
+ </ul>
1088
+ </li>
1089
+ </ul>
1090
+
1091
+ </div>
1092
+ <div id="content">
1093
+
1094
+ <h1>
1095
+ <a id="query" class="anchor" href="#query" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Query</h1>
1096
+ <p>Every GraphQL schema has a root type for both queries and mutations. The <a href="https://facebook.github.io/graphql/#sec-Type-System">query type</a> defines GraphQL operations that retrieve data from the server.</p>
1097
+ <h2>
1098
+ <a id="connections" class="anchor" href="#connections" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Connections</h2>
1099
+ <div class="field-entry ">
1100
+ <span id="completedorders" class="field-name connection-name anchored">completedOrders (<code><a href="/solidus_graphql_api/docs/object/orderconnection">OrderConnection!</a></code>)</span>
1101
+ <div class="description-wrapper">
1102
+ <p>Customer Completed Orders.</p>
1103
+ <table class="arguments">
1104
+ <thead>
1105
+ <tr>
1106
+ <th>Argument</th>
1107
+ <th>Type</th>
1108
+ <th>Description</th>
1109
+ </tr>
1110
+ </thead>
1111
+ <tbody>
1112
+ <tr>
1113
+ <td><code class="anchored">after</code></td>
1114
+ <td>
1115
+ <code><a href="/solidus_graphql_api/docs/scalar/string">String</a></code>
1116
+ </td>
1117
+ <td>
1118
+ <p>Returns the elements in the list that come after the specified cursor.</p>
1119
+ </td>
1120
+ </tr>
1121
+ <tr>
1122
+ <td><code class="anchored">before</code></td>
1123
+ <td>
1124
+ <code><a href="/solidus_graphql_api/docs/scalar/string">String</a></code>
1125
+ </td>
1126
+ <td>
1127
+ <p>Returns the elements in the list that come before the specified cursor.</p>
1128
+ </td>
1129
+ </tr>
1130
+ <tr>
1131
+ <td><code class="anchored">first</code></td>
1132
+ <td>
1133
+ <code><a href="/solidus_graphql_api/docs/scalar/int">Int</a></code>
1134
+ </td>
1135
+ <td>
1136
+ <p>Returns the first <em>n</em> elements from the list.</p>
1137
+ </td>
1138
+ </tr>
1139
+ <tr>
1140
+ <td><code class="anchored">last</code></td>
1141
+ <td>
1142
+ <code><a href="/solidus_graphql_api/docs/scalar/int">Int</a></code>
1143
+ </td>
1144
+ <td>
1145
+ <p>Returns the last <em>n</em> elements from the list.</p>
1146
+ </td>
1147
+ </tr>
1148
+ </tbody>
1149
+ </table>
1150
+ </div>
1151
+ </div>
1152
+ <div class="field-entry ">
1153
+ <span id="countries" class="field-name connection-name anchored">countries (<code><a href="/solidus_graphql_api/docs/object/countryconnection">CountryConnection!</a></code>)</span>
1154
+ <div class="description-wrapper">
1155
+ <p>Supported Countries.</p>
1156
+ <table class="arguments">
1157
+ <thead>
1158
+ <tr>
1159
+ <th>Argument</th>
1160
+ <th>Type</th>
1161
+ <th>Description</th>
1162
+ </tr>
1163
+ </thead>
1164
+ <tbody>
1165
+ <tr>
1166
+ <td><code class="anchored">after</code></td>
1167
+ <td>
1168
+ <code><a href="/solidus_graphql_api/docs/scalar/string">String</a></code>
1169
+ </td>
1170
+ <td>
1171
+ <p>Returns the elements in the list that come after the specified cursor.</p>
1172
+ </td>
1173
+ </tr>
1174
+ <tr>
1175
+ <td><code class="anchored">before</code></td>
1176
+ <td>
1177
+ <code><a href="/solidus_graphql_api/docs/scalar/string">String</a></code>
1178
+ </td>
1179
+ <td>
1180
+ <p>Returns the elements in the list that come before the specified cursor.</p>
1181
+ </td>
1182
+ </tr>
1183
+ <tr>
1184
+ <td><code class="anchored">first</code></td>
1185
+ <td>
1186
+ <code><a href="/solidus_graphql_api/docs/scalar/int">Int</a></code>
1187
+ </td>
1188
+ <td>
1189
+ <p>Returns the first <em>n</em> elements from the list.</p>
1190
+ </td>
1191
+ </tr>
1192
+ <tr>
1193
+ <td><code class="anchored">last</code></td>
1194
+ <td>
1195
+ <code><a href="/solidus_graphql_api/docs/scalar/int">Int</a></code>
1196
+ </td>
1197
+ <td>
1198
+ <p>Returns the last <em>n</em> elements from the list.</p>
1199
+ </td>
1200
+ </tr>
1201
+ </tbody>
1202
+ </table>
1203
+ </div>
1204
+ </div>
1205
+ <div class="field-entry ">
1206
+ <span id="products" class="field-name connection-name anchored">products (<code><a href="/solidus_graphql_api/docs/object/productconnection">ProductConnection!</a></code>)</span>
1207
+ <div class="description-wrapper">
1208
+ <p>Supported Products.</p>
1209
+ <table class="arguments">
1210
+ <thead>
1211
+ <tr>
1212
+ <th>Argument</th>
1213
+ <th>Type</th>
1214
+ <th>Description</th>
1215
+ </tr>
1216
+ </thead>
1217
+ <tbody>
1218
+ <tr>
1219
+ <td><code class="anchored">after</code></td>
1220
+ <td>
1221
+ <code><a href="/solidus_graphql_api/docs/scalar/string">String</a></code>
1222
+ </td>
1223
+ <td>
1224
+ <p>Returns the elements in the list that come after the specified cursor.</p>
1225
+ </td>
1226
+ </tr>
1227
+ <tr>
1228
+ <td><code class="anchored">before</code></td>
1229
+ <td>
1230
+ <code><a href="/solidus_graphql_api/docs/scalar/string">String</a></code>
1231
+ </td>
1232
+ <td>
1233
+ <p>Returns the elements in the list that come before the specified cursor.</p>
1234
+ </td>
1235
+ </tr>
1236
+ <tr>
1237
+ <td><code class="anchored">first</code></td>
1238
+ <td>
1239
+ <code><a href="/solidus_graphql_api/docs/scalar/int">Int</a></code>
1240
+ </td>
1241
+ <td>
1242
+ <p>Returns the first <em>n</em> elements from the list.</p>
1243
+ </td>
1244
+ </tr>
1245
+ <tr>
1246
+ <td><code class="anchored">last</code></td>
1247
+ <td>
1248
+ <code><a href="/solidus_graphql_api/docs/scalar/int">Int</a></code>
1249
+ </td>
1250
+ <td>
1251
+ <p>Returns the last <em>n</em> elements from the list.</p>
1252
+ </td>
1253
+ </tr>
1254
+ <tr>
1255
+ <td><code class="anchored">query</code></td>
1256
+ <td>
1257
+ <code><a href="/solidus_graphql_api/docs/input_object/productsqueryinput">ProductsQueryInput</a></code>
1258
+ </td>
1259
+ <td>
1260
+ </td>
1261
+ </tr>
1262
+ </tbody>
1263
+ </table>
1264
+ </div>
1265
+ </div>
1266
+ <div class="field-entry ">
1267
+ <span id="taxonomies" class="field-name connection-name anchored">taxonomies (<code><a href="/solidus_graphql_api/docs/object/taxonomyconnection">TaxonomyConnection!</a></code>)</span>
1268
+ <div class="description-wrapper">
1269
+ <p>Supported Taxonomies.</p>
1270
+ <table class="arguments">
1271
+ <thead>
1272
+ <tr>
1273
+ <th>Argument</th>
1274
+ <th>Type</th>
1275
+ <th>Description</th>
1276
+ </tr>
1277
+ </thead>
1278
+ <tbody>
1279
+ <tr>
1280
+ <td><code class="anchored">after</code></td>
1281
+ <td>
1282
+ <code><a href="/solidus_graphql_api/docs/scalar/string">String</a></code>
1283
+ </td>
1284
+ <td>
1285
+ <p>Returns the elements in the list that come after the specified cursor.</p>
1286
+ </td>
1287
+ </tr>
1288
+ <tr>
1289
+ <td><code class="anchored">before</code></td>
1290
+ <td>
1291
+ <code><a href="/solidus_graphql_api/docs/scalar/string">String</a></code>
1292
+ </td>
1293
+ <td>
1294
+ <p>Returns the elements in the list that come before the specified cursor.</p>
1295
+ </td>
1296
+ </tr>
1297
+ <tr>
1298
+ <td><code class="anchored">first</code></td>
1299
+ <td>
1300
+ <code><a href="/solidus_graphql_api/docs/scalar/int">Int</a></code>
1301
+ </td>
1302
+ <td>
1303
+ <p>Returns the first <em>n</em> elements from the list.</p>
1304
+ </td>
1305
+ </tr>
1306
+ <tr>
1307
+ <td><code class="anchored">last</code></td>
1308
+ <td>
1309
+ <code><a href="/solidus_graphql_api/docs/scalar/int">Int</a></code>
1310
+ </td>
1311
+ <td>
1312
+ <p>Returns the last <em>n</em> elements from the list.</p>
1313
+ </td>
1314
+ </tr>
1315
+ </tbody>
1316
+ </table>
1317
+ </div>
1318
+ </div>
1319
+ <h2>
1320
+ <a id="fields" class="anchor" href="#fields" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Fields</h2>
1321
+ <div class="field-entry ">
1322
+ <span id="currentorder" class="field-name anchored">currentOrder (<code><a href="/solidus_graphql_api/docs/object/order">Order</a></code>)</span>
1323
+ <div class="description-wrapper">
1324
+ <p>Current Order.</p>
1325
+ </div>
1326
+ </div>
1327
+ <div class="field-entry ">
1328
+ <span id="currentstore" class="field-name anchored">currentStore (<code><a href="/solidus_graphql_api/docs/object/store">Store</a></code>)</span>
1329
+ <div class="description-wrapper">
1330
+ <p>Current Store.</p>
1331
+ </div>
1332
+ </div>
1333
+ <div class="field-entry ">
1334
+ <span id="currentuser" class="field-name anchored">currentUser (<code><a href="/solidus_graphql_api/docs/object/user">User</a></code>)</span>
1335
+ <div class="description-wrapper">
1336
+ <p>Current logged User.</p>
1337
+ </div>
1338
+ </div>
1339
+ <div class="field-entry ">
1340
+ <span id="node" class="field-name anchored">node (<code><a href="/solidus_graphql_api/docs/interface/node">Node</a></code>)</span>
1341
+ <div class="description-wrapper">
1342
+ <p>Fetches an object given its ID.</p>
1343
+ <table class="arguments">
1344
+ <thead>
1345
+ <tr>
1346
+ <th>Argument</th>
1347
+ <th>Type</th>
1348
+ <th>Description</th>
1349
+ </tr>
1350
+ </thead>
1351
+ <tbody>
1352
+ <tr>
1353
+ <td><code class="anchored">id</code></td>
1354
+ <td>
1355
+ <code><a href="/solidus_graphql_api/docs/scalar/id">ID!</a></code>
1356
+ </td>
1357
+ <td>
1358
+ <p>ID of the object.</p>
1359
+ </td>
1360
+ </tr>
1361
+ </tbody>
1362
+ </table>
1363
+ </div>
1364
+ </div>
1365
+ <div class="field-entry ">
1366
+ <span id="nodes" class="field-name anchored">nodes (<code><a href="/solidus_graphql_api/docs/interface/node">[Node]!</a></code>)</span>
1367
+ <div class="description-wrapper">
1368
+ <p>Fetches a list of objects given a list of IDs.</p>
1369
+ <table class="arguments">
1370
+ <thead>
1371
+ <tr>
1372
+ <th>Argument</th>
1373
+ <th>Type</th>
1374
+ <th>Description</th>
1375
+ </tr>
1376
+ </thead>
1377
+ <tbody>
1378
+ <tr>
1379
+ <td><code class="anchored">ids</code></td>
1380
+ <td>
1381
+ <code><a href="/solidus_graphql_api/docs/scalar/id">[ID!]!</a></code>
1382
+ </td>
1383
+ <td>
1384
+ <p>IDs of the objects.</p>
1385
+ </td>
1386
+ </tr>
1387
+ </tbody>
1388
+ </table>
1389
+ </div>
1390
+ </div>
1391
+ <div class="field-entry ">
1392
+ <span id="productbyslug" class="field-name anchored">productBySlug (<code><a href="/solidus_graphql_api/docs/object/product">Product</a></code>)</span>
1393
+ <div class="description-wrapper">
1394
+ <p>Find a product by its slug.</p>
1395
+ <table class="arguments">
1396
+ <thead>
1397
+ <tr>
1398
+ <th>Argument</th>
1399
+ <th>Type</th>
1400
+ <th>Description</th>
1401
+ </tr>
1402
+ </thead>
1403
+ <tbody>
1404
+ <tr>
1405
+ <td><code class="anchored">slug</code></td>
1406
+ <td>
1407
+ <code><a href="/solidus_graphql_api/docs/scalar/string">String!</a></code>
1408
+ </td>
1409
+ <td>
1410
+ </td>
1411
+ </tr>
1412
+ </tbody>
1413
+ </table>
1414
+ </div>
1415
+ </div>
1416
+
1417
+ </div>
1418
+
1419
+ <!-- mobile only -->
1420
+ <div id="mobile-header">
1421
+ <a class="menu-button" onclick="document.body.classList.toggle('sidebar-open')"></a>
1422
+ <a class="logo" href="/solidus_graphql_api/docs">
1423
+
1424
+ </a>
1425
+ </div>
1426
+ <div id="mobile-shade"></div>
1427
+
1428
+ </div>
1429
+
1430
+ </body>
1431
+ </html>