How to generate url slug like airbnb or netflix? <...
# prisma-whats-new
v
How to generate url slug like airbnb or netflix? https://www.netflix.com/title/80025172 https://www.airbnb.com/rooms/444289 In my mind, I must count postConnect. Then count++ and add to slug post data model. But https://www.airbnb.com/rooms/1 or https://www.airbnb.com/rooms/000001 It’s not working. I want to know technique or tip. Thank you! 😀
h
You can count posts like this https://www.prismagraphql.com/docs/reference/prisma-api/queries-ahwee4zaey#connection-queries and before mutation add it to mutation