DownloadProcess
This page contains
Fields
id: ID! | Process ID |
triggeredOn: DateTime | When the process was triggered by the client |
startedOn: DateTime | When the creation process has started |
completedOn: DateTime | When the creation process has completed |
totalProducts: Int | Process results |
errors: [DownloadProcessExecutionError!] | if your process fails to execute, add a list of errors |
Implements
Mutations for DownloadProcess
triggerProductDownloadProcess |