Hi everyone! As I understand file seed.graphql is ...
# prisma-whats-new
m
Hi everyone! As I understand file seed.graphql is being executed with only first deploy. Can I trigger it again somehow?
Copy code
prisma import --data ./database/
needs .zip file and ignores seed file
k
Yes
m
edited
k
Unless things have changed in the meanwhile,
prisma delete
+
prisma deploy
is probably the best answer right now. https://www.graph.cool/forum/t/how-to-invoke-a-seed-file/2184/2
m
great, thank you