hedonhermdev / hedonhermdev/BPPC-Marketplace
Add Boolean in Product to check if it is in a User's Wishlist
Open
good first issue
- Dominant language
- Python
- Stars
- 1
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
The `Product` GraphQL type should include a Boolean field called `in_wishlist` which asserts if a product is included in the User's wishlist.
```graphql
product(id: 111) {
id
name
in_wishlist
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.