documentTemplateCreate
Graphql fields and variables for the documentTemplateCreate mutation
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
Last updated
Was this helpful?
