<@U933LFR6C> yup but how do I do a `@migrationValu...
# prisma-whats-new
t
@Edward yup but how do I do a
@migrationValue(value: [String!]!)
?
m
The list of values is always by default set to empty list, hence you need no
migrationValue
. Is that what you had in mind? 🙂
t
Yup! That doesn’t seem to work for adding new scalar type for list :/