Skip to content

customEmail

Custom Email object

Arguments

after · Cursor · Cursor to fetch results after

Returns

CustomEmail

Example

query customEmail($after: Cursor, $id: ID) {
customEmail(after: $after, id: $id) {
created_at
cursor
email_type
greeting
id
message_body
name
reactivation_wait_days
related_object
subject
updated_at
user_id
}
}