Has anyone made a more resilient Graphcool data export script? I’ve tried the standard CLI data export tool, but Graphcool sometimes throws a 502 proxy timeout error (I think it’s behind Cloudflare or something like that?) and the script fails. Then retrying the script, it exports again from the very beginning, and then fails again randomly. I’ve tried forking the CLI tool, but it looks like the various dependencies are now out of date, so it’s quite a task to get it to compile my adapted version of the code.