Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
DataSQRL
/
sqrl
Public
Notifications
You must be signed in to change notification settings
Fork
29
Star
220
Code
Issues
73
Pull requests
10
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
feat: Add opt-in OffsetPageInfo metadata for paginated GraphQL queries
- #2191
#2191
Merged
ferenc-csaky
merged 21 commits into
main
DataSQRL/sqrl:main
from
feat/graphql-pagination-metadata
DataSQRL/sqrl:feat/graphql-pagination-metadata
Copy head branch name to clipboard
Aug 10, 2026
Conversation
Commits
21
(21)
Checks
Files changed
Merged
feat: Add opt-in OffsetPageInfo metadata for paginated GraphQL queries
#2191
ferenc-csaky
merged 21 commits into
main
DataSQRL/sqrl:main
from
feat/graphql-pagination-metadata
DataSQRL/sqrl:feat/graphql-pagination-metadata
Copy head branch name to clipboard
Commits
Commits on Jul 6, 2026
feat: Add opt-in SqrlPagination metadata for paginated GraphQL queries
Show description for 601c7fd
velo
committed
601c7fd
View commit details
Copy full SHA for 601c7fd
Browse repository at this point
Commits on Jul 8, 2026
Merge remote-tracking branch 'origin/main' into feat/graphql-pagination-metadata
velo
committed
1dfe13a
View commit details
Copy full SHA for 1dfe13a
Browse repository at this point
feat: Rename pagination type to OffsetPageInfo and compute metadata lazily from the selection set
Show description for 33fa40a
velo
committed
33fa40a
View commit details
Copy full SHA for 33fa40a
Browse repository at this point
test: Prove lazy pagination metadata via recorded SQL in PagedQueryIT
Show description for d611559
velo
committed
d611559
View commit details
Copy full SHA for d611559
Browse repository at this point
feat: Add compiler config to generate paginated results in inferred GraphQL schema
Show description for 5720bc5
velo
committed
5720bc5
View commit details
Copy full SHA for 5720bc5
Browse repository at this point
Commits on Jul 9, 2026
refactor: Require users to declare OffsetPageInfo instead of auto-injecting it
Show description for d072d3c
velo
committed
d072d3c
View commit details
Copy full SHA for d072d3c
Browse repository at this point
fix: Avoid NPE on null pagination bind params and report real pageSize when limit is unbounded
Show description for 990820a
velo
committed
990820a
View commit details
Copy full SHA for 990820a
Browse repository at this point
test: Cover paginated event-times selection when the result has no rowtime column
Show description for 35269ac
velo
committed
35269ac
View commit details
Copy full SHA for 35269ac
Browse repository at this point
Commits on Jul 10, 2026
Merge branch 'main' of github.com:DataSQRL/sqrl into feat/graphql-pagination-metadata
velo
committed
8f61cdb
View commit details
Copy full SHA for 8f61cdb
Browse repository at this point
refactor: Replace count-based pagination with OFFSET_PAGE_INFO and index paged rowtime columns
Show description for 6d7e26c
velo
committed
6d7e26c
View commit details
Copy full SHA for 6d7e26c
Browse repository at this point
test: Regenerate DAG writer snapshot for paginated clickstream usecase
Show description for 3a461bb
velo
committed
3a461bb
View commit details
Copy full SHA for 3a461bb
Browse repository at this point
Commits on Jul 22, 2026
Merge branch 'main' of github.com:DataSQRL/sqrl into feat/graphql-pagination-metadata
velo
committed
e14fd9b
View commit details
Copy full SHA for e14fd9b
Browse repository at this point
refactor: Separate OFFSET_PAGE_INFO execution from LIMIT_AND_OFFSET and document pagination
Show description for 1028589
velo
committed
1028589
View commit details
Copy full SHA for 1028589
Browse repository at this point
Commits on Jul 24, 2026
make `PagedRowTimeIndexRewriter` compatible with the general `PhysicalPlanRewriter` usage
ferenc-csaky
committed
5432f0e
View commit details
Copy full SHA for 5432f0e
Browse repository at this point
Commits on Jul 29, 2026
Merge branch 'main' of github.com:DataSQRL/sqrl into feat/graphql-pagination-metadata
velo
committed
77fd8b9
View commit details
Copy full SHA for 77fd8b9
Browse repository at this point
fix: Adapt paginated snapshots and JdbcStatement type import after merging main
Show description for 6888e8e
velo
committed
6888e8e
View commit details
Copy full SHA for 6888e8e
Browse repository at this point
Commits on Aug 8, 2026
feat: Restore totalRecords/totalPages pagination metadata behind an opt-in COUNT query
Show description for 4b78150
velo
committed
4b78150
View commit details
Copy full SHA for 4b78150
Browse repository at this point
Merge remote-tracking branch 'origin/main' into feat/graphql-pagination-metadata
velo
committed
3697fdb
View commit details
Copy full SHA for 3697fdb
Browse repository at this point
test: Regenerate paged GraphQL snapshots with the OpenAPI artifacts from main
Show description for aae2e5c
velo
committed
aae2e5c
View commit details
Copy full SHA for aae2e5c
Browse repository at this point
Commits on Aug 10, 2026
perf: Answer paginated totals and event times with a single combined aggregate query
Show description for b44f943
velo
committed
b44f943
View commit details
Copy full SHA for b44f943
Browse repository at this point
refactor: Address review comments on pagination metadata
Show description for ebbea3e
velo
committed
ebbea3e
View commit details
Copy full SHA for ebbea3e
Browse repository at this point
You can’t perform that action at this time.