b
b
I think it should be:
Copy code
type Event {
imgs: [String]! @scalarList(strategy: RELATION)
}
There is an issue about your problem: https://github.com/prisma/prisma/issues/4426
b
Thanks