WRadoslaw
WRadoslaw
Playground: https://query.joystream.org/graphql First query, which returns all data: ``` query { memberships (where: { referredMembers_some: {isVerified_eq:false}}) { handle createdAt referredMembers { handle isVerified } } } ``` Second query, which...
Prepare watchlist screen based on the My Thread tab implementation (Part of https://github.com/Joystream/pioneer/issues/3029) βIssue is synchronized with this [Asana task](https://app.asana.com/0/1201958687417145/1203073054886860) by [Unito](https://www.unito.io)
- #3873 - #3883