Hi, everyone. Is there any documentation about `@s...
# orm-help
d
Hi, everyone. Is there any documentation about
@scalarList
? I updated my Prisma version so I could try Prisma Admin and now, when deploying, I’m getting the `Valid values for the strategy argument of
@scalarList
are: RELATION.` errors. Thanks.
j
This thread talks about that issue. https://github.com/prisma/prisma/issues/4426
I think if you add
@scalarList(strategy: RELATION)
to your arrays that might fix it.
👍 1
d
Thank you, Jeremiah. That seems to be working. I’d love to read some proper documentation about the change, though.