Skip to main content

DeleteExportFilePayload

No description

union DeleteExportFilePayload = DeleteExportFileSuccessPayload | UnknownExportRejection | StillExportingRejection

Possible types

DeleteExportFilePayload.DeleteExportFileSuccessPayload object

Payload of the deleteExportFile mutation in case of success.

DeleteExportFilePayload.UnknownExportRejection object

Rejection returned when the provided exportId is not found.

DeleteExportFilePayload.StillExportingRejection object

Rejection returned when the corresponding export is still ongoing.

Returned By

deleteExportFile mutation