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
/
docs
/
plans
/
at
main
12 files
Chad Miller
docs: add reverse join batching plan and remaining todos
6mo ago
8867df4a
2026-01-15-blob-url-field.md
docs: add reverse join batching plan and remaining todos Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
6 months ago
2026-01-15-graphql-subscriptions.md
init
6 months ago
2026-01-15-hydration-helpers.md
feat: add ByDid resolvers and improve tap example - Fix blob type not being passed to record type resolvers - Add resolvers for *ByDid fields to query related records - Use full NSID as collection name in ByDid queries - Update tap example with profile lexicon and avatar/banner support - Add injectDidIntoBlobs helper for blob URL resolution - Handle system fields (did, uri, etc.) as columns in query adapter - Update docker-compose to sync both status and profile collections - Add hydration helpers implementation plan Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
6 months ago
2026-01-15-lex-gql-sqlite.md
docs: add lex-gql-sqlite implementation plan Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
6 months ago
2026-01-15-quickslice-js-implementation.md
init
6 months ago
2026-01-15-schema-oracle-alignment.md
init
6 months ago
2026-01-15-tap-example-design.md
init
6 months ago
2026-01-16-aggregate-enhancements.md
feat: add aggregate query enhancements Add date interval grouping, configurable limit, and orderBy for aggregate queries. lex-gql-sqlite: - Date interval grouping with _day, _week, _month suffixes on datetime fields - Configurable limit parameter (default: 50, max: 1000) - Configurable orderBy parameter (COUNT_ASC, COUNT_DESC) lex-gql: - Add limit and orderBy args to aggregate query fields - Add AggregateOrderBy enum (COUNT_ASC, COUNT_DESC) - Add date interval fields to AggregateGroup types for datetime properties Includes unit tests and e2e tests for all new features. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
6 months ago
2026-01-16-relay-example.md
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>
6 months ago
2026-01-16-union-ref-types.md
docs: add union and ref type support implementation plan
6 months ago
2026-01-18-cursor-pagination-fix.md
fix(cursor): sort-aware cursor pagination for custom sort fields Previously, cursor pagination used only the record ID which caused duplicate records when paginating with custom sort fields. This fix encodes actual sort field values in the cursor for correct pagination. Changes: - Encode sort field values + URI tiebreaker in JSON cursor format - Add progressive WHERE clauses for multi-field sorts - Add field name validation to prevent SQL injection - Add cursor field count validation with debug logging - Remove ID dependency - use indexedAt DESC, uri DESC as default - Export centralized DEFAULT_SORT constant from lex-gql - Apply fix to both DuckDB and SQLite adapters - Add comprehensive tests including multi-field sort scenarios Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
6 months ago
2026-01-22-reverse-join-batching.md
docs: add reverse join batching plan and remaining todos Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
6 months ago