Hi everyone, I want to create a type Player that a...
# orm-help
a
Hi everyone, I want to create a type Player that already contains id (I don’t want Prisma to create the id for me as the Player is imported from another database), how should I declare the Player type in datamodel.graphql? Thanks!