INPUT_OBJECT
Digital Docket Email
input DigitalDocketEmail {# The ID of the digital docket to be sent in emailid: Int!# The email addresses of the contacts to send the digitalDocket toemails: [String]!# The body of the docket emailbody: String# The subject of the docket emailsubject: String!# The email address for the reply-to fieldfrom: String!}