documentTemplateComponentUpdate
Graphql fields and variables for the documentTemplateComponentUpdate mutation
Update a document template component
Scope required: billing:write
For a complete list of input attributes see the DocumentTemplateComponentAttributes type
mutation documentTemplateComponentUpdate ($id: ID!, $attributes: DocumentTemplateComponentAttributes!) {
documentTemplateComponentUpdate (id: $id, attributes: $attributes) {
documentTemplateComponent {
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
}
errors
}
}Arguments
Name
Type
Description
id
ID
Response
Name
Type
Description
errors
List (String)
Last updated
Was this helpful?
