Skip to main content

draft

Returns a single Draft by ID. A Draft stores saved send settings that can be resumed later.

Arguments

ArgumentTypeRequiredDescription
idIDNoGlobal node ID
draftIdIDNoDraft-specific ID

Provide either id or draftId.

Return Type

Draft

Example

query GetDraft($id: ID!) {
draft(id: $id) {
id
name
shared
templateCount
batch
multidoc
version
link
created
modified
creator {
id
firstName
lastName
email
}
}
}

Export This Article

Save a copy of this page as PDF or plain text.