DeleteExportFileSuccessPayload
Payload of the deleteExportFile
mutation in case of success.
type DeleteExportFileSuccessPayload {
exportId: String!
}
Fields
DeleteExportFileSuccessPayload.exportId
● String!
non-null scalar
The exportId of the deleted file.
Implemented By
DeleteExportFilePayload
union