UpdateRecipientInput
No description
input UpdateRecipientInput {
id: ID!
email: String
html: Boolean
text: Boolean
}
Fields
UpdateRecipientInput.id ● ID! non-null scalar
UpdateRecipientInput.email ● String scalar
UpdateRecipientInput.html ● Boolean scalar
UpdateRecipientInput.text ● Boolean scalar
Member Of
UpdateRecipientsHasMany input


