hedonhermdev / hedonhermdev/BPPC-Marketplace

Add Boolean in Product to check if it is in a User's Wishlist

Open
#43 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.