If I try to use the CLI to export the database I g...
# orm-help
n
If I try to use the CLI to export the database I get this error:
Copy code
Downloading nodes... 625ms
Downloading lists... 279ms
Downloading relations... ✔
WARNING: Error: The download of relations failed. You may get fragmented data. Request ID: eu-west-1:simple:cjlv62k4z18pf0143mczgonc8
    at /usr/local/lib/node_modules/graphcool/node_modules/graphcool-cli-engine/src/Output/index.ts:209:41
    at SimpleAction.ActionBase.pause (/usr/local/lib/node_modules/graphcool/node_modules/graphcool-cli-engine/src/Output/actions/ActionBase.ts:65:17)
    at Output.warn (/usr/local/lib/node_modules/graphcool/node_modules/graphcool-cli-engine/src/Output/index.ts:206:17)
    at Exporter.<anonymous> (/usr/local/lib/node_modules/graphcool/node_modules/graphcool-cli-core/src/commands/export/Exporter.ts:100:18)
    at step (/usr/local/lib/node_modules/graphcool/node_modules/graphcool-cli-core/dist/commands/export/Exporter.js:32:23)
    at Object.next (/usr/local/lib/node_modules/graphcool/node_modules/graphcool-cli-core/dist/commands/export/Exporter.js:13:53)
    at fulfilled (/usr/local/lib/node_modules/graphcool/node_modules/graphcool-cli-core/dist/commands/export/Exporter.js:4:58)
    at process._tickCallback (internal/process/next_tick.js:68:7)