ExportAccountDataInput
Input for the exportAccountData
mutation.
input ExportAccountDataInput {
email: String
filters: ExportAccountDataFilters
}
Fields
ExportAccountDataInput.email
● String
scalar
If provided, the email address that will receive a notification when the export is completed.
ExportAccountDataInput.filters
● ExportAccountDataFilters
input
Account filters.
Member Of
exportAccountData
mutation