@@ -77,7 +77,16 @@ pages:
7777
7878 - label : cmsPage query
7979 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+
8190 - label : countries query
8291 url : /graphql/queries/directory-countries.html
8392
@@ -115,6 +124,26 @@ pages:
115124 url : /graphql/queries/giftcard-account.html
116125 edition : ee-only
117126
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+
118147 - label : isEmailAvailable query
119148 url : /graphql/queries/is-email-available.html
120149
@@ -156,10 +185,34 @@ pages:
156185 - label : addDownloadableProductsToCart mutation
157186 url : /graphql/mutations/add-downloadable-products.html
158187
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+
159197 - label : addProductsToWishlist mutation
160198 url : /graphql/mutations/add-products-to-wishlist.html
161199 exclude_versions : ["2.3"]
162200
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+
163216 - label : addSimpleProductsToCart mutation
164217 url : /graphql/mutations/add-simple-products.html
165218
@@ -182,12 +235,55 @@ pages:
182235 url : /graphql/mutations/apply-store-credit.html
183236 edition : ee-only
184237
238+ - label : assignCompareListToCustomer mutation
239+ url : /graphql/mutations/assign-compare-list-to-customer.html
240+ exclude_versions : ["2.3"]
241+
185242 - label : changeCustomerPassword mutation
186243 url : /graphql/mutations/change-customer-password.html
187244
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+
188260 - label : createBraintreeClientToken mutation
189261 url : /graphql/mutations/create-braintree-client-token.html
190262
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+
191287 - label : createCustomer mutation
192288 url : /graphql/mutations/create-customer.html
193289
@@ -215,28 +311,90 @@ pages:
215311 url : /graphql/mutations/create-product-review.html
216312 exclude_versions : ["2.3"]
217313
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+
218343 - label : deleteCustomerAddress mutation
219344 url : /graphql/mutations/delete-customer-address.html
220345
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+
221356 - label : deletePaymentToken mutation
222357 url : /graphql/mutations/delete-payment-token.html
223358
359+ - label : deleteWishlist mutation
360+ url : /graphql/mutations/delete-wishlist.html
361+ edition : ee-only
362+ exclude_versions : ["2.3"]
363+
224364 - label : generateCustomerToken mutation
225365 url : /graphql/mutations/generate-customer-token.html
226366
367+ - label : generateCustomerTokenAsAdmin mutation
368+ url : /graphql/mutations/generate-customer-token-as-admin.html
369+ exclude_versions : ["2.3"]
370+
227371 - label : handlePayflowProResponse mutation
228372 url : /graphql/mutations/handle-payflow-pro-response.html
229373
230374 - label : mergeCarts mutation
231375 url : /graphql/mutations/merge-carts.html
232376
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+
233387 - label : placeOrder mutation
234388 url : /graphql/mutations/place-order.html
235389
236390 - label : redeemGiftCardBalanceAsStoreCredit mutation
237391 url : /graphql/mutations/redeem-giftcard-balance.html
238392 edition : ee-only
239393
394+ - label : removeProductsFromCompareList mutation
395+ url : /graphql/mutations/remove-products-from-compare-list.html
396+ exclude_versions : ["2.3"]
397+
240398 - label : removeCouponFromCart mutation
241399 url : /graphql/mutations/remove-coupon.html
242400
@@ -251,6 +409,11 @@ pages:
251409 url : /graphql/mutations/remove-products-from-wishlist.html
252410 exclude_versions : ["2.3"]
253411
412+ - label : removeReturnTracking mutation
413+ url : /graphql/mutations/remove-return-tracking.html
414+ edition : ee-only
415+ exclude_versions : ["2.3"]
416+
254417 - label : removeRewardPointsFromCart mutation
255418 url : /graphql/mutations/remove-reward-points.html
256419 edition : ee-only
@@ -268,13 +431,18 @@ pages:
268431 url : /graphql/mutations/request-password-reset-email.html
269432 exclude_versions : ["2.3"]
270433
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"]
273438
274439 - label : resetPassword mutation
275440 url : /graphql/mutations/reset-password.html
276441 exclude_versions : ["2.3"]
277442
443+ - label : revokeCustomerToken mutation
444+ url : /graphql/mutations/revoke-customer-token.html
445+
278446 - label : sendEmailToFriend mutation
279447 url : /graphql/mutations/send-email-to-friend.html
280448
@@ -307,6 +475,31 @@ pages:
307475 - label : updateCartItems mutation
308476 url : /graphql/mutations/update-cart-items.html
309477
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+
310503 - label : updateCustomer mutation
311504 url : /graphql/mutations/update-customer.html
312505
@@ -325,6 +518,21 @@ pages:
325518 url : /graphql/mutations/update-products-in-wishlist.html
326519 exclude_versions : ["2.3"]
327520
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+
328536 - label : Interfaces
329537 children :
330538 - label : Product interface implementations
@@ -336,7 +544,7 @@ pages:
336544 - label : CategoryInterface attributes
337545 url : /graphql/interfaces/category-interface.html
338546
339- - label : CustomizableOptionInterface
547+ - label : CustomizableOptionInterface attributes
340548 url : /graphql/interfaces/customizable-option-interface.html
341549
342550 - label : Bundle product data types
@@ -360,6 +568,10 @@ pages:
360568 - label : Virtual product data types
361569 url : /graphql/interfaces/virtual-product.html
362570
571+ - label : CartItemInterface attributes and implementations
572+ url : /graphql/interfaces/cart-item-interface.html
573+ exclude_versions : ["2.3"]
574+
363575 - label : CreditMemoItemInterface attributes and implementations
364576 url : /graphql/interfaces/credit-memo-item-interface.html
365577 exclude_versions : ["2.3"]
@@ -372,10 +584,19 @@ pages:
372584 url : /graphql/interfaces/order-item-interface.html
373585 exclude_versions : ["2.3"]
374586
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+
375592 - label : ShipmentItemInterface attributes and implementations
376593 url : /graphql/interfaces/shipment-item-interface.html
377594 exclude_versions : ["2.3"]
378595
596+ - label : WishlistItemInterface attributes and implementations
597+ url : /graphql/interfaces/wishlist-item-interface.html
598+ exclude_versions : ["2.3"]
599+
379600 - label : Payment methods
380601 children :
381602
0 commit comments