documentTemplateCreate

Graphql fields and variables for the documentTemplateCreate mutation

Create a document template

Scope required: billing:write

For a complete list of input attributes see the DocumentTemplateAttributes type

mutation documentTemplateCreate ($attributes: DocumentTemplateAttributes!) {
  documentTemplateCreate (attributes: $attributes) {
      documentTemplate {
        createdAt
        description
        font
        id
        lineHeight
        name
        pageSize
        updatedAt
      }
      errors
  }
}

Arguments

Name
Type
Description

Response

Name
Type
Description

documentTemplate

errors

List (String)

Last updated

Was this helpful?