Using Prisma with mongodb and Apollo/graphql. It s...
# mongodb
c
Using Prisma with mongodb and Apollo/graphql. It seems that I should use read-only string as the type in graphql schema and let Prisma handle the conversion to ObjectId ?
p
we just use the built in
ID
scalar