documentTemplateUpdate
Graphql fields and variables for the documentTemplateUpdate mutation
mutation documentTemplateUpdate ($id: ID!, $attributes: DocumentTemplateAttributes!) {
documentTemplateUpdate (id: $id, 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?
