Ask HN: Cursor-Based GraphQL Pagination and Sequential IDs
Hey everyone,
So I'm implementing cursor-based pagination through GraphQL and curious how everyone else is handling their ids throughout their system to fully conform to the idea.
My schema had a mix of sequential (bigserial) and non-sequential ids and I'm looking at coalescing everything around sequential ULIDs for everything to standardize across the whole schema.
Curious how everyone else handling this internally.
0 comments
[ 8.5 ms ] story [ 140 ms ] threadNo comments yet.