Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
- rewrite some text to be more clear
  • Loading branch information
cpartica committed Mar 25, 2021
commit 67a7f67eb7369174cac42a86430d690042250d71
2 changes: 1 addition & 1 deletion design-documents/graph-ql/coverage/customer/wishlist.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ The question is: Do we reference the Wishlist and create a minimal type based on
Example:
``` graphql
type ProductInterface {
wishlists: [Wishlist]! @doc(description: "A product can be assigned to multiple wishlist of none")
wishlists: [Wishlist]! @doc(description: "A product can be assigned to multiple wishlist or now wishlist")
}
```

Expand Down