dean
5fbc134c42
feat: Add following and followers to GetUser query
...
Tests / Tests (pull_request) Successful in 21s
Adds following and followers arrays to the GetUser query to support
displaying follower/following counts on other users' profiles.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-16 15:53:59 -08:00
f67288d387
Merge pull request 'feat: Add GetAverageDifficultyForVideo query' ( #216 ) from dean/add-avg-difficulty-for-video-query into master
...
Reviewed-on: #216
2025-12-16 04:22:56 +00:00
dean
71425a22a6
feat: Add GetAverageDifficultyForVideo query
...
Tests / Tests (pull_request) Successful in 10s
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-15 20:21:22 -08:00
3c8be1d647
add averageDifficulty to aggregate operation
Tests / Tests (pull_request) Successful in 10s
2025-12-10 11:43:58 -08:00
09267529cd
Merge pull request 'dean/add-challenge-feature' ( #212 ) from dean/add-challenge-feature into master
...
Reviewed-on: #212
2025-12-10 19:11:18 +00:00
dean
93bf341c0f
feat: Add pocketSize to VideoCardFields fragment
Tests / Tests (pull_request) Successful in 8s
2025-12-10 10:31:36 -08:00
dean
fda8e4eb9d
feat: Add challenge dismissal GQL operations
...
Tests / Tests (pull_request) Successful in 9s
- Add DismissChallenge/UndismissChallenge mutations
- Add IsChallengeDismissed query
- Add GetMyDismissedChallenges query
- Update schema with dismissal fields
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-28 08:23:27 -08:00
dean
338c45d59b
feat: Add challenge invitations fields and fix feed hasFollowing query
...
- Add invitations query fields with invitee data to GetChallenge
- Add participantCount field to GetChallenge
- Add GetMyChallengeEntries query (was missing)
- Add hasFollowing to GetVideoFeed response (fixes feed ordering)
- Sync schema with backend challenge types
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-28 08:22:50 -08:00
dean
f8e8c7b7d4
merge: sync gql submodule, keeping local notification fragment
2025-11-28 08:22:49 -08:00
dean
d9ef5ed79a
WIP: Add challenges feature schema and operations
...
- Add Challenge, ChallengeEntry, ChallengeInvitation, RuleSet types
- Add queries: challenges, challenge, challengeLeaderboard, myChallengeInvitations, myChallengeEntries, ruleSets
- Add mutations: createChallenge, createRuleSet, inviteUsersToChallenge, respondToChallengeInvitation, startChallenge, submitChallengeEntry, recalculateChallengeEntry
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-28 08:22:49 -08:00
3d86c13291
add videoId field to playlist in shot w features fragment
Tests / Tests (pull_request) Successful in 10s
2025-11-12 14:08:49 -08:00
7e822446da
Merge branch 'master' into dean/add-pocket-size-clean
Tests / Tests (pull_request) Successful in 9s
2025-11-11 20:34:55 +00:00
73c8dd5f57
Merge branch 'master' into dean/add-home-feed-option
Tests / Tests (pull_request) Successful in 10s
2025-11-10 19:55:16 +00:00
dean
ce8d2aaec8
Add pocket size field to GraphQL schema and operations
Tests / Tests (pull_request) Successful in 9s
2025-11-10 10:55:08 -08:00
dean
e4223a1a17
Add isFollowedByCurrentUser field and hasFollowing to feed query
...
Tests / Tests (pull_request) Successful in 9s
Updated GraphQL operations to support efficient follow status checking:
- Added isFollowedByCurrentUser field to UserSocialsFields fragment
- Removed nested followers array from UserSocialsFields (over-fetching)
- Simplified followUser/unfollowUser mutations to return minimal data
- Added hasFollowing field to GetVideoFeed query for feed mode detection
- Updated getUserFollowingFollowers query to include isFollowedByCurrentUser
These changes enable the mobile app to:
- Display correct follow/unfollow button states without client-side lookups
- Differentiate between "Following" and "Popular" feed modes
- Reduce payload size by removing unnecessary nested data
Backend handles efficient resolution via request-scoped caching.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-09 23:44:39 -08:00
cdf438c089
add playlist w/ segment durations in gql return
Tests / Tests (pull_request) Successful in 10s
2025-11-07 11:53:13 -08:00
a74a11e789
update notif operations
Tests / Tests (pull_request) Successful in 9s
2025-11-06 16:06:32 -08:00
3b2f88c0e0
update naming of notification fragment
2025-11-06 16:06:32 -08:00
a3ac769cd4
notifications operations
2025-11-06 16:06:32 -08:00
a7649351b3
add marketing to schema
Tests / Tests (pull_request) Successful in 10s
2025-10-10 14:44:45 -07:00
e783050a02
operations
Tests / Tests (pull_request) Successful in 22s
2025-09-23 11:02:16 -07:00
b956cfe0f9
add sub gating to config operations
Tests / Tests (pull_request) Successful in 11s
2025-08-27 19:27:17 -07:00
a563834269
get user sub status and cancel sub
Tests / Tests (pull_request) Successful in 11s
2025-08-14 14:02:36 -07:00
dfb0361e12
Merge branch 'master' into loewy/create-sub-operations
Tests / Tests (pull_request) Successful in 10s
2025-08-07 12:59:54 -06:00
c660ed54cd
delete user mutation
Tests / Tests (pull_request) Successful in 7s
2025-07-11 11:17:25 -07:00
a497abd44d
create sub operations
Tests / Tests (pull_request) Successful in 11s
2025-07-09 11:31:26 -07:00
7b51c317ca
add operation for ensureStripeCustomerExists
Tests / Tests (pull_request) Successful in 10s
2025-07-07 13:12:36 -07:00
31cf492889
add bannerMessages to getDeployedConfig operation
Tests / Tests (pull_request) Successful in 7s
2025-06-13 10:12:39 -07:00
f8f00d9c24
revert changes
Tests / Tests (pull_request) Successful in 6s
2025-06-12 14:09:20 -07:00
2e5b8d2563
add banners to config operations
Tests / Tests (pull_request) Successful in 6s
2025-06-12 13:29:24 -07:00
8859ad8951
add lightweight query to refetch social interractions on comment mutation completion
Tests / Tests (pull_request) Successful in 16s
2025-05-16 17:31:58 -07:00
bdc3961e46
add mutations for comments
2025-05-16 14:43:16 -07:00
7c8c932a78
connect gql
2025-05-16 12:25:27 -07:00
753179ca58
add streamsegmentType to get feed
Tests / Tests (pull_request) Successful in 9s
2025-05-08 14:15:57 -07:00
9ee5c721c1
add stream type to get shost for playlist
2025-05-08 13:44:58 -07:00
ad704cad75
use entire fragment to prevent cache merge issues
Tests / Tests (pull_request) Successful in 15s
2025-04-30 14:57:54 -07:00
e2743abb59
Merge pull request 'update runs' ( #179 ) from dean/update-run-gql into master
...
Reviewed-on: #179
Reviewed-by: loewy <loewymalkov@gmail.com >
2025-04-30 12:39:23 -06:00
e109e89a40
update runs
Tests / Tests (pull_request) Successful in 16s
2025-04-30 18:18:40 +00:00
0160455b9f
add limit and countRespectsLimit args
Tests / Tests (pull_request) Successful in 9s
2025-04-24 12:43:07 -07:00
644ea66e98
add required types to followers in feed operation
Tests / Tests (pull_request) Failing after 17s
2025-04-09 11:43:27 -07:00
f4445f7ecb
add followers to feed operation for reactions
Tests / Tests (pull_request) Successful in 10s
2025-04-08 16:48:12 -07:00
31baa2b096
add profile image uri
Tests / Tests (pull_request) Successful in 7s
2025-04-04 13:19:42 -07:00
85cd37f70f
add gql to fragment
Tests / Tests (pull_request) Successful in 8s
2025-04-04 12:30:02 -07:00
b53aa172fa
Add reactions mutation to operations
2025-04-04 12:18:20 -07:00
280f5a66bd
add delete tags operation"
Tests / Tests (pull_request) Successful in 6s
2025-03-27 11:38:26 -07:00
2745521664
add operations to retire tag
Tests / Tests (pull_request) Successful in 9s
2025-03-21 14:38:37 -07:00
c561ea20ab
add average difficulty
Tests / Tests (pull_request) Successful in 7s
2025-03-11 13:41:37 -07:00
7ce0c058b7
add average time field to video in feed operation
Tests / Tests (pull_request) Successful in 8s
2025-03-11 13:10:34 -07:00
9d912ed21e
Add time to segment information
2025-02-26 20:30:39 -07:00
0bcfd32b14
Add start segment and end segment client side fields
2025-02-26 19:29:15 -07:00