Skip to main content

ExportDataSuccessPayload

Payload of any export mutation in case of success.

type ExportDataSuccessPayload {
exportId: String!
}

Fields

ExportDataSuccessPayload.exportId ● String! non-null scalar

The unique identifier of the data export process running on our end.

Used to generate a temporary download link when the process is completed.

Implemented By

ExportDataPayload union