This repository has been archived by the owner on Dec 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 156
[Wishlist] Remove name from WishlistOutput #920
Labels
Architects: approved
Issue is checked and approved by architecture team.
Component: WishlistGraphQl
documentation-completed
good first issue
Good for newcomers
Milestone
Comments
melnikovi
added
the
Architects: approved
Issue is checked and approved by architecture team.
label
Sep 17, 2019
XxXgeoXxX
added a commit
to XxXgeoXxX/graphql-ce
that referenced
this issue
Sep 23, 2019
4 tasks
XxXgeoXxX
added a commit
to XxXgeoXxX/graphql-ce
that referenced
this issue
Sep 25, 2019
XxXgeoXxX
added a commit
to XxXgeoXxX/graphql-ce
that referenced
this issue
Sep 26, 2019
XxXgeoXxX
added a commit
to XxXgeoXxX/graphql-ce
that referenced
this issue
Sep 27, 2019
XxXgeoXxX
added a commit
to XxXgeoXxX/graphql-ce
that referenced
this issue
Sep 27, 2019
XxXgeoXxX
added a commit
to XxXgeoXxX/graphql-ce
that referenced
this issue
Oct 18, 2019
XxXgeoXxX
added a commit
to XxXgeoXxX/graphql-ce
that referenced
this issue
Oct 18, 2019
lenaorobei
added a commit
to XxXgeoXxX/graphql-ce
that referenced
this issue
Oct 24, 2019
magento-engcom-team
added a commit
that referenced
this issue
Nov 1, 2019
magento-engcom-team
pushed a commit
that referenced
this issue
Nov 1, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Architects: approved
Issue is checked and approved by architecture team.
Component: WishlistGraphQl
documentation-completed
good first issue
Good for newcomers
Acceptance Criteria:
Wishlist
based onWishlistOutput
. Do not includename
field to the newWishlist
. This field is related to Commerce functionality and is alwaysnull
in Open source editionWishlistOutput
and add comment to the type itself thatWishlist
type should be used instead (@deprecated
is not supported for types, only for fields)wishlists: [Wishlist]!
to theCustomer
and implement corresponding resolver. It should be an array to allow for extension in Commerce edition with multiple wishlist functionalityThe text was updated successfully, but these errors were encountered: