alpha
Login
or
Join now
kzoeps.com
/
lex-gql
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
GraphQL for AT Protocol
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
lex-gql
/
examples
/
relay
/
lexicons
/
at
main
3 folders
Chad Miller
feat(lex-gql): add DidCollector for batching DID-based joins
7mo ago
d71de0a6
app
feat(lex-gql): add DidCollector for batching DID-based joins Introduces DidCollector class that batches DID-based lookups across GraphQL resolvers, reducing N+1 queries to single batched queries per collection. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
7 months ago
com
feat(lex-gql): add DidCollector for batching DID-based joins Introduces DidCollector class that batches DID-based lookups across GraphQL resolvers, reducing N+1 queries to single batched queries per collection. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
7 months ago
fm
feat: add relay example with DuckDB adapter Add a full-stack example combining tap, lex-gql, and React/Relay for displaying teal.fm music scrobbles. New packages: - lex-gql-duckdb: Analytics-optimized DuckDB adapter (~17x faster aggregates) lex-gql enhancements: - actorHandle system field for WHERE filtering - Array fields in aggregate group results - Forward join resolution, union types, blob URL generation lex-gql-sqlite fixes: - Escape LIKE wildcards in contains operator (security) - Log malformed cursor errors instead of silently ignoring Relay example features: - Real-time scrobble feed with WebSocket subscriptions - Profile pages with user listening history - Top tracks/albums aggregate views with date filtering - Scrobble activity charts - MusicBrainz and album art integration Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
7 months ago