ExportCardDataInput
Input for the exportCardData mutation.
input ExportCardDataInput {
email: String
filters: ExportCardDataFilters
}
Fields
ExportCardDataInput.email ● String scalar
If provided, the email address that will receive a notification when the export is completed.
ExportCardDataInput.filters ● ExportCardDataFilters input
Card filters.
Member Of
exportCardData mutation