Skip to main content

One post tagged with "record id"

View All Tags

Working with different ids through the application

· 5 min read
Pedro Arantes
CTO | Product Developer

An entity can have different ids through the application, from database to the frontend. For example, a user can have an id in the database, another id in the frontend because the GraphQL Global Object Identification Specification that Relay specifies. And that is because the concept of node in in a cursor-based pagination that we need to have these different ids.