documentTemplate

Graphql fields and variables for the documentTemplate query

Scope required: standard:read

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

query documentTemplate ($id: ID, $code: String, $format: String) {
  documentTemplate (id: $id, code: $code, format: $format) {
    createdAt
    description
    font
    id
    lineHeight
    name
    pageSize
    updatedAt
  }
}

Arguments

Name
Type
Description

id

ID

code

String

format

String

Response

Last updated

Was this helpful?