UpdateComponentTemplateInput
Input for the updateComponentTemplate mutation
graphql
input UpdateComponentTemplateInput {
description: String
fill: FillStyleInput
id: ID!
name: String
shapeRadius: Float
shapeType: ShapeType
stroke: StrokeStyleInput
}Fields
UpdateComponentTemplateInput.description ● String scalar
The description of the NamedNode
UpdateComponentTemplateInput.fill ● FillStyleInput input
Style of the fill, null removes the fill
UpdateComponentTemplateInput.id ● ID! non-null scalar
The id of the node to update
UpdateComponentTemplateInput.name ● String scalar
The new name of the NamedNode, must not be empty
UpdateComponentTemplateInput.shapeRadius ● Float scalar
The corner radius of the shape, ignored for circle/ellipse
UpdateComponentTemplateInput.shapeType ● ShapeType enum
The type of the shape
UpdateComponentTemplateInput.stroke ● StrokeStyleInput input
Style of the stroke, null removes the stroke
Member Of
updateComponentTemplate mutation