Hey guys, anyone know what's the easiest way to up...
# prisma-whats-new
v
Hey guys, anyone know what's the easiest way to upload csv data into a table in Graphcool?
m
in my react app...I parsed the data locally and uploaded each row individually to gc
v
Hmm, I guess that's the easiest way for now. Thanks.
s
I have a similar need. For this I use a batch mutation query. See https://dev.graph.cool/docs/faq/graphql-combining-multiple-queries-and-mutations-cahzai2eur/. I convert csv to json, then I map that json to single mutation with an alias for each json item.
i
Are you talking about the Console or the Framework? If you are in local development, you can use a SQL client