ExportAccountDataInput
Input for the exportAccount
mutation.
input ExportAccountDataInput {
email: String!
filters: ExportAccountDataFilters
}
Fields
ExportAccountDataInput.email
● String!
non-null scalar
The email address that will receive a notification when the export is completed.
ExportAccountDataInput.filters
● ExportAccountDataFilters
input
Account filters
Member Of
exportAccountData
mutation