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