SendSubscriptionMessageInput
No description
input SendSubscriptionMessageInput {
channel: MessageChannel
customerEmail: AWSEmail
customerPhone: AWSPhone
language: String
subscriptionId: ID!
}
Fields
SendSubscriptionMessageInput.channel ● MessageChannel enum
SendSubscriptionMessageInput.customerEmail ● AWSEmail scalar
SendSubscriptionMessageInput.customerPhone ● AWSPhone scalar
SendSubscriptionMessageInput.language ● String scalar
SendSubscriptionMessageInput.subscriptionId ● ID! non-null scalar
Member Of
sendSubscriptionLink mutation ● sendSubscriptionStatus mutation