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