Skip to main content

Email

email

type Email implements Node {
id: ID!
to: String!
sent: Boolean!
failed: Boolean!
data: GQLTJson!
schedule: GQLTDate
icalEvent: GQLTJson!
createdAt: GQLTDate!
updatedAt: GQLTDate!
emailTemplateId: ID
userId: ID
emailTemplate: EmailTemplate
user: User
}

Fields#

id (ID!)#

The ID of an object

to (String!)#

to column

sent (Boolean!)#

sent column

failed (Boolean!)#

failed column

data (GQLTJson!)#

data column

schedule (GQLTDate)#

schedule column

icalEvent (GQLTJson!)#

icalEvent column

createdAt (GQLTDate!)#

updatedAt (GQLTDate!)#

emailTemplateId (ID)#

The ID of an object

userId (ID)#

The ID of an object

emailTemplate (EmailTemplate)#

user (User)#

Interfaces#

Node#

An object with an ID