I want to export data from the GraphCool project b...
# orm-help
p
I want to export data from the GraphCool project but I ran into problems described here https://www.prisma.io/forum/t/still-possible-to-export-data/2671/3 Can anyone help me?
p
I also ran into issues using the
export
command in the CLI. Using the /export API endpoint worked for me.
Though I had to write a script for it since it only allowed me to export 10MB at a time...