Join Slack
Powered by
I have an array of strings (Prisma 1) and I want t...
# orm-help
k
kitze
07/13/2020, 11:55 AM
I have an array of strings (Prisma 1) and I want to push a string in it, but the only available method is
set
. Is there a way to push a string in the array without querying the strings that are already there?
r
Ryan
07/13/2020, 12:16 PM
Hey
@kitze
👋 Unfortunately you would need to query the strings first and then push into that. Directly updating is not possible.
Open in Slack
Previous
Next