This repository was archived by the owner on Nov 19, 2024. It is now read-only.
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
GraphQL: Add support for compare lists #7374
Closed
Description
Community engineering issue
Type of Doc:
- New topic
- Topic Update, Devdoc link:
- Other
Magento 2 GitHub Issue: magento/magento2#28522
Magento 2 GitHub PR: magento/magento2#29047
Magento 2 version:
- 2.4.1
Notifications of Changes:
- Changes to Admin interface?
- New software requirements?
- New REST endpoints or updated GraphQL query syntax?
- New command line option?
Content
This issue provides an overview of the work needed to document the compare lists functionality to be added in the 2.4.1 release. This work might be done across several pull requests.
Add documentation for the following mutations and queries:
- compareList query
- createCompareList mutation
- deleteCompareList mutation
- addItemsToCompareList mutation
- removeItemsFromCompareList mutation
- assignCompareListToCustomer mutation
This new documentation must include examples, descriptions for input/output attributes, and a description of the error messages.
Update the src/_data/toc/graphql.yml file to include the new mutations/query.
Additional information
This issue is assigned to Atwix, because they contributed the functionality.