GiftCardResendInput Input Type
No description
input GiftCardResendInput {
id: ID!
email: String
channel: String!
}
Fields
id ● ID!
ID of a gift card to resend.
email ● String
Email to which gift card should be send.
channel ● String!
Slug of a channel from which the email should be sent.
Member Of
giftCardResend mutation