Skip to content

AddReplyToEmailAddressesInput

Autogenerated input type of AddReplyToEmailAddresses

Fields

deprecated DO NOT USE
email_list · String! · required · The list of email addresses to add to the user
user_id · ID! · required · The ID of the user to add the email addresses to

Used By

Definition

"""
Autogenerated input type of AddReplyToEmailAddresses
"""
input AddReplyToEmailAddressesInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The list of email addresses to add to the user
"""
email_list: String!
"""
The ID of the user to add the email addresses to
"""
user_id: ID!
}