INPUT_OBJECT

AddReplyToEmailAddressesInput

Autogenerated input type of AddReplyToEmailAddresses

link GraphQL Schema definition

  • input AddReplyToEmailAddressesInput {
  • # 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!
  • }