OBJECT

PriorityEmail

Priority Email Type

link GraphQL Schema definition

  • type PriorityEmail {
  • # email of the PriorityEmail
  • email: String
  • # position of the PriorityEmail
  • position: Int
  • }