This repository was archived by the owner on Nov 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…graphql/issue-7374-add-support-for-compare-lists # Conflicts: # src/_data/toc/graphql.yml
…-add-support-for-compare-lists ISSUE-7374: The topics for the "Compare List" mutations have been created
dobooth
suggested changes
Feb 8, 2021
src/guides/v2.4/graphql/mutations/add-products-to-compare-list.md
Outdated
Show resolved
Hide resolved
src/guides/v2.4/graphql/mutations/assign-compare-list-to-customer.md
Outdated
Show resolved
Hide resolved
|
||
Attribute | Data Type | Description | ||
--- | --- | --- | ||
`result` | Boolean! | A value of `true` indicates the compare list has been deleted successfully. Otherwise, the value is `false` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested change
`result` | Boolean! | A value of `true` indicates the compare list has been deleted successfully. Otherwise, the value is `false` | |
`result` | Boolean! | A value of `true` indicates the compare list has been deleted successfully. Otherwise, `false` |
prabhuram93
suggested changes
Feb 8, 2021
dobooth
approved these changes
Feb 8, 2021
prabhuram93
approved these changes
Feb 8, 2021
running tests |
Hi @keharper, thank you for your contribution! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
2.4.2
Community
Docs impacted by community code contribution
Internal Dev
Differentiates work between community and Magento staff
New Topic
A major update published as an entirely new document
Progress: done
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose of this pull request
This pull request (PR) completes work started in #8644. I created a separate branch so that I have better control of pushing multi-topic changes.
whatsnew
Added support for comparison lists. Shoppers can create and delete comparison lists, and add and remove items to the comparison lists. In addition, shoppers that create a comparison list as a guest can log in as a customer and retain their comparison lists.