RawEmail
No description
type RawEmail implements Node, Timestamped {
body: String
bodyPlainText: String
createdAt: DateTime!
headers: [Header!]
id: ID!
updatedAt: DateTime!
}
Fields
RawEmail.body ● String scalar common
The body of the message in HTML.
RawEmail.bodyPlainText ● String scalar common
The body of the message in plain text.
RawEmail.createdAt ● DateTime! non-null scalar common
The date and time that the object was created.
RawEmail.headers ● [Header!] list object common
The email headers recieved with this email.
RawEmail.id ● ID! non-null scalar common
RawEmail.updatedAt ● DateTime! non-null scalar common
The date and time that the object was last updated.
Interfaces
Node interface common
An object with an ID.
Timestamped interface common
An object with timestamp fields for when it was created and last updated.
Returned by
rawEmail query