@@ -77,7 +77,16 @@ pages:
77
77
78
78
- label : cmsPage query
79
79
url : /graphql/queries/cms-page.html
80
-
80
+
81
+ - label : company query
82
+ url : /graphql/queries/company.html
83
+ edition : b2b-only
84
+ exclude_versions : ["2.3"]
85
+
86
+ - label : compareList query
87
+ url : /graphql/queries/compare-list.html
88
+ exclude_versions : ["2.3"]
89
+
81
90
- label : countries query
82
91
url : /graphql/queries/directory-countries.html
83
92
@@ -115,6 +124,26 @@ pages:
115
124
url : /graphql/queries/giftcard-account.html
116
125
edition : ee-only
117
126
127
+ - label : isCompanyAdminEmailAvailable query
128
+ url : /graphql/queries/is-company-admin-email-available.html
129
+ edition : b2b-only
130
+ exclude_versions : ["2.3"]
131
+
132
+ - label : isCompanyEmailAvailable query
133
+ url : /graphql/queries/is-company-email-available.html
134
+ edition : b2b-only
135
+ exclude_versions : ["2.3"]
136
+
137
+ - label : isCompanyRoleNameAvailable query
138
+ url : /graphql/queries/is-company-role-name-available.html
139
+ edition : b2b-only
140
+ exclude_versions : ["2.3"]
141
+
142
+ - label : isCompanyUserEmailAvailable query
143
+ url : /graphql/queries/is-company-user-email-available.html
144
+ edition : b2b-only
145
+ exclude_versions : ["2.3"]
146
+
118
147
- label : isEmailAvailable query
119
148
url : /graphql/queries/is-email-available.html
120
149
@@ -156,10 +185,34 @@ pages:
156
185
- label : addDownloadableProductsToCart mutation
157
186
url : /graphql/mutations/add-downloadable-products.html
158
187
188
+ - label : addProductsToCompareList mutation
189
+ url : /graphql/mutations/add-products-to-compare-list.html
190
+ exclude_versions : ["2.3"]
191
+
192
+ - label : addProductsToRequisitionList mutation
193
+ url : /graphql/mutations/add-products-to-requisition-list.html
194
+ edition : b2b-only
195
+ exclude_versions : [ "2.3" ]
196
+
159
197
- label : addProductsToWishlist mutation
160
198
url : /graphql/mutations/add-products-to-wishlist.html
161
199
exclude_versions : ["2.3"]
162
200
201
+ - label : addRequisitionListItemsToCart mutation
202
+ url : /graphql/mutations/add-requisition-list-items-to-cart.html
203
+ edition : b2b-only
204
+ exclude_versions : [ "2.3" ]
205
+
206
+ - label : addReturnComment mutation
207
+ url : /graphql/mutations/add-return-comment.html
208
+ edition : ee-only
209
+ exclude_versions : ["2.3"]
210
+
211
+ - label : addReturnTracking mutation
212
+ url : /graphql/mutations/add-return-tracking.html
213
+ edition : ee-only
214
+ exclude_versions : ["2.3"]
215
+
163
216
- label : addSimpleProductsToCart mutation
164
217
url : /graphql/mutations/add-simple-products.html
165
218
@@ -182,12 +235,55 @@ pages:
182
235
url : /graphql/mutations/apply-store-credit.html
183
236
edition : ee-only
184
237
238
+ - label : assignCompareListToCustomer mutation
239
+ url : /graphql/mutations/assign-compare-list-to-customer.html
240
+ exclude_versions : ["2.3"]
241
+
185
242
- label : changeCustomerPassword mutation
186
243
url : /graphql/mutations/change-customer-password.html
187
244
245
+ - label : clearCustomerCart mutation
246
+ url : /graphql/mutations/clear-customer-cart.html
247
+ edition : b2b-only
248
+ exclude_versions : [ "2.3" ]
249
+
250
+ - label : copyItemsBetweenRequisitionLists mutation
251
+ url : /graphql/mutations/copy-items-between-requisition-lists.html
252
+ edition : b2b-only
253
+ exclude_versions : [ "2.3" ]
254
+
255
+ - label : copyProductsBetweenWishlists mutation
256
+ url : /graphql/mutations/copy-products-between-wishlists.html
257
+ edition : ee-only
258
+ exclude_versions : ["2.3"]
259
+
188
260
- label : createBraintreeClientToken mutation
189
261
url : /graphql/mutations/create-braintree-client-token.html
190
262
263
+ - label : createCompany mutation
264
+ url : /graphql/mutations/create-company.html
265
+ edition : b2b-only
266
+ exclude_versions : ["2.3"]
267
+
268
+ - label : createCompanyRole mutation
269
+ url : /graphql/mutations/create-company-role.html
270
+ edition : b2b-only
271
+ exclude_versions : [ "2.3" ]
272
+
273
+ - label : createCompanyTeam mutation
274
+ url : /graphql/mutations/create-company-team.html
275
+ edition : b2b-only
276
+ exclude_versions : ["2.3"]
277
+
278
+ - label : createCompanyUser mutation
279
+ url : /graphql/mutations/create-company-user.html
280
+ edition : b2b-only
281
+ exclude_versions : ["2.3"]
282
+
283
+ - label : createCompareList mutation
284
+ url : /graphql/mutations/create-compare-list.html
285
+ exclude_versions : [ "2.3" ]
286
+
191
287
- label : createCustomer mutation
192
288
url : /graphql/mutations/create-customer.html
193
289
@@ -215,28 +311,90 @@ pages:
215
311
url : /graphql/mutations/create-product-review.html
216
312
exclude_versions : ["2.3"]
217
313
314
+ - label : createRequisitionList mutation
315
+ url : /graphql/mutations/create-requisition-list.html
316
+ edition : b2b-only
317
+ exclude_versions : [ "2.3" ]
318
+
319
+ - label : createWishlist mutation
320
+ url : /graphql/mutations/create-wishlist.html
321
+ edition : ee-only
322
+ exclude_versions : ["2.3"]
323
+
324
+ - label : deleteCompanyRole mutation
325
+ url : /graphql/mutations/delete-company-role.html
326
+ edition : b2b-only
327
+ exclude_versions : ["2.3"]
328
+
329
+ - label : deleteCompanyTeam mutation
330
+ url : /graphql/mutations/delete-company-team.html
331
+ edition : b2b-only
332
+ exclude_versions : ["2.3"]
333
+
334
+ - label : deleteCompanyUser mutation
335
+ url : /graphql/mutations/delete-company-user.html
336
+ edition : b2b-only
337
+ exclude_versions : ["2.3"]
338
+
339
+ - label : deleteCompareList mutation
340
+ url : /graphql/mutations/delete-compare-list.html
341
+ exclude_versions : [ "2.3" ]
342
+
218
343
- label : deleteCustomerAddress mutation
219
344
url : /graphql/mutations/delete-customer-address.html
220
345
346
+ - label : deleteRequisitionList mutation
347
+ url : /graphql/mutations/delete-requisition-list.html
348
+ edition : b2b-only
349
+ exclude_versions : [ "2.3" ]
350
+
351
+ - label : deleteRequisitionListItems mutation
352
+ url : /graphql/mutations/delete-requisition-list-items.html
353
+ edition : b2b-only
354
+ exclude_versions : [ "2.3" ]
355
+
221
356
- label : deletePaymentToken mutation
222
357
url : /graphql/mutations/delete-payment-token.html
223
358
359
+ - label : deleteWishlist mutation
360
+ url : /graphql/mutations/delete-wishlist.html
361
+ edition : ee-only
362
+ exclude_versions : ["2.3"]
363
+
224
364
- label : generateCustomerToken mutation
225
365
url : /graphql/mutations/generate-customer-token.html
226
366
367
+ - label : generateCustomerTokenAsAdmin mutation
368
+ url : /graphql/mutations/generate-customer-token-as-admin.html
369
+ exclude_versions : ["2.3"]
370
+
227
371
- label : handlePayflowProResponse mutation
228
372
url : /graphql/mutations/handle-payflow-pro-response.html
229
373
230
374
- label : mergeCarts mutation
231
375
url : /graphql/mutations/merge-carts.html
232
376
377
+ - label : moveProductsBetweenWishlists mutation
378
+ url : /graphql/mutations/move-products-between-wishlists.html
379
+ edition : ee-only
380
+ exclude_versions : ["2.3"]
381
+
382
+ - label : moveItemsBetweenRequisitionLists mutation
383
+ url : /graphql/mutations/move-items-between-requisition-lists.html
384
+ edition : b2b-only
385
+ exclude_versions : [ "2.3" ]
386
+
233
387
- label : placeOrder mutation
234
388
url : /graphql/mutations/place-order.html
235
389
236
390
- label : redeemGiftCardBalanceAsStoreCredit mutation
237
391
url : /graphql/mutations/redeem-giftcard-balance.html
238
392
edition : ee-only
239
393
394
+ - label : removeProductsFromCompareList mutation
395
+ url : /graphql/mutations/remove-products-from-compare-list.html
396
+ exclude_versions : ["2.3"]
397
+
240
398
- label : removeCouponFromCart mutation
241
399
url : /graphql/mutations/remove-coupon.html
242
400
@@ -251,6 +409,11 @@ pages:
251
409
url : /graphql/mutations/remove-products-from-wishlist.html
252
410
exclude_versions : ["2.3"]
253
411
412
+ - label : removeReturnTracking mutation
413
+ url : /graphql/mutations/remove-return-tracking.html
414
+ edition : ee-only
415
+ exclude_versions : ["2.3"]
416
+
254
417
- label : removeRewardPointsFromCart mutation
255
418
url : /graphql/mutations/remove-reward-points.html
256
419
edition : ee-only
@@ -268,13 +431,18 @@ pages:
268
431
url : /graphql/mutations/request-password-reset-email.html
269
432
exclude_versions : ["2.3"]
270
433
271
- - label : revokeCustomerToken mutation
272
- url : /graphql/mutations/revoke-customer-token.html
434
+ - label : requestReturn mutation
435
+ url : /graphql/mutations/request-return.html
436
+ edition : ee-only
437
+ exclude_versions : ["2.3"]
273
438
274
439
- label : resetPassword mutation
275
440
url : /graphql/mutations/reset-password.html
276
441
exclude_versions : ["2.3"]
277
442
443
+ - label : revokeCustomerToken mutation
444
+ url : /graphql/mutations/revoke-customer-token.html
445
+
278
446
- label : sendEmailToFriend mutation
279
447
url : /graphql/mutations/send-email-to-friend.html
280
448
@@ -307,6 +475,31 @@ pages:
307
475
- label : updateCartItems mutation
308
476
url : /graphql/mutations/update-cart-items.html
309
477
478
+ - label : updateCompany mutation
479
+ url : /graphql/mutations/update-company.html
480
+ edition : b2b-only
481
+ exclude_versions : ["2.3"]
482
+
483
+ - label : updateCompanyStructure mutation
484
+ url : /graphql/mutations/update-company-structure.html
485
+ edition : b2b-only
486
+ exclude_versions : ["2.3"]
487
+
488
+ - label : updateCompanyRole mutation
489
+ url : /graphql/mutations/update-company-role.html
490
+ edition : b2b-only
491
+ exclude_versions : ["2.3"]
492
+
493
+ - label : updateCompanyTeam mutation
494
+ url : /graphql/mutations/update-company-team.html
495
+ edition : b2b-only
496
+ exclude_versions : ["2.3"]
497
+
498
+ - label : updateCompanyUser mutation
499
+ url : /graphql/mutations/update-company-user.html
500
+ edition : b2b-only
501
+ exclude_versions : ["2.3"]
502
+
310
503
- label : updateCustomer mutation
311
504
url : /graphql/mutations/update-customer.html
312
505
@@ -325,6 +518,21 @@ pages:
325
518
url : /graphql/mutations/update-products-in-wishlist.html
326
519
exclude_versions : ["2.3"]
327
520
521
+ - label : updateRequisitionList mutation
522
+ url : /graphql/mutations/update-requisition-list.html
523
+ edition : b2b-only
524
+ exclude_versions : [ "2.3" ]
525
+
526
+ - label : updateRequisitionListItems mutation
527
+ url : /graphql/mutations/update-requisition-list-items.html
528
+ edition : b2b-only
529
+ exclude_versions : [ "2.3" ]
530
+
531
+ - label : updateWishlist mutation
532
+ url : /graphql/mutations/update-wishlist.html
533
+ edition : ee-only
534
+ exclude_versions : ["2.3"]
535
+
328
536
- label : Interfaces
329
537
children :
330
538
- label : Product interface implementations
@@ -336,7 +544,7 @@ pages:
336
544
- label : CategoryInterface attributes
337
545
url : /graphql/interfaces/category-interface.html
338
546
339
- - label : CustomizableOptionInterface
547
+ - label : CustomizableOptionInterface attributes
340
548
url : /graphql/interfaces/customizable-option-interface.html
341
549
342
550
- label : Bundle product data types
@@ -360,6 +568,10 @@ pages:
360
568
- label : Virtual product data types
361
569
url : /graphql/interfaces/virtual-product.html
362
570
571
+ - label : CartItemInterface attributes and implementations
572
+ url : /graphql/interfaces/cart-item-interface.html
573
+ exclude_versions : ["2.3"]
574
+
363
575
- label : CreditMemoItemInterface attributes and implementations
364
576
url : /graphql/interfaces/credit-memo-item-interface.html
365
577
exclude_versions : ["2.3"]
@@ -372,10 +584,19 @@ pages:
372
584
url : /graphql/interfaces/order-item-interface.html
373
585
exclude_versions : ["2.3"]
374
586
587
+ - label : RequisitionListItemInterface attributes and implementations
588
+ url : /graphql/interfaces/requisition-list-item-interface.html
589
+ edition : b2b-only
590
+ exclude_versions : ["2.3"]
591
+
375
592
- label : ShipmentItemInterface attributes and implementations
376
593
url : /graphql/interfaces/shipment-item-interface.html
377
594
exclude_versions : ["2.3"]
378
595
596
+ - label : WishlistItemInterface attributes and implementations
597
+ url : /graphql/interfaces/wishlist-item-interface.html
598
+ exclude_versions : ["2.3"]
599
+
379
600
- label : Payment methods
380
601
children :
381
602
0 commit comments