documentTemplateComponent

Graphql fields and variables for the documentTemplateComponent query

Scope required: standard:read

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

query documentTemplateComponent ($id: ID, $code: String, $format: String) {
  documentTemplateComponent (id: $id, code: $code, format: $format) {
    alignment
    background
    color
    content
    createdAt
    documentTemplateId
    font
    fontSize
    fontWeight
    height
    id
    imageScale
    imageSignedId
    imageUrl
    lineSpacing
    marginBottom
    marginLeft
    marginRight
    marginTop
    paddingBottom
    paddingLeft
    paddingRight
    paddingTop
    position
    skipPages
    twoColumns
    updatedAt
    width
  }
}

Arguments

Name
Type
Description

id

ID

code

String

format

String

Response

Last updated

Was this helpful?