AddReplyToEmailAddressesInput
Autogenerated input type of AddReplyToEmailAddresses
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEUsed 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!}