documentTemplatePreview

Graphql fields and variables for the documentTemplatePreview query

Scope required: billing:read

For a complete list of possible response fields see the DocumentTemplatePreview type.

query documentTemplatePreview ($id: ID) {
  documentTemplatePreview (id: $id) {
    html
    id
    name
  }
}

Arguments

Name
Type
Description

id

ID

Document template ID

Response

Last updated

Was this helpful?