UpdateComponentTemplateInput
Input for the updateComponentTemplate mutation
graphql
input UpdateComponentTemplateInput {
description: String
id: ID!
name: String
shapeRadius: Float
shapeType: ShapeType
}Fields
UpdateComponentTemplateInput.description ● String scalar
The description of the NamedNode
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
Member Of
updateComponentTemplate mutation