ExportUserDataInput
Input for the exportUserData
mutation.
input ExportUserDataInput {
email: String!
}
Fields
ExportUserDataInput.email
● String!
non-null scalar
The email address that will receive a notification when the export is completed.
Member Of
exportUserData
mutation