INPUT_OBJECT

DigitalDocketEmail

Digital Docket Email

link GraphQL Schema definition

  • input DigitalDocketEmail {
  • # The ID of the digital docket to be sent in email
  • id: Int!
  • # The email addresses of the contacts to send the digitalDocket to
  • emails: [String]!
  • # The body of the docket email
  • body: String
  • # The subject of the docket email
  • subject: String!
  • # The email address for the reply-to field
  • from: String!
  • }