Skip to content

UpdateInterfaceSpecificationTemplateInput

Input for the updateInterfaceSpecificationTemplate mutation

graphql
input UpdateInterfaceSpecificationTemplateInput {
  description: String
  fill: FillStyleInput
  id: ID!
  name: String
  shapeRadius: Float
  shapeType: ShapeType
  stroke: StrokeStyleInput
}

Fields

UpdateInterfaceSpecificationTemplateInput.description ● String scalar

The description of the NamedNode

UpdateInterfaceSpecificationTemplateInput.fill ● FillStyleInput input

Style of the fill, null removes the fill

UpdateInterfaceSpecificationTemplateInput.id ● ID! non-null scalar

The id of the node to update

UpdateInterfaceSpecificationTemplateInput.name ● String scalar

The new name of the NamedNode, must not be empty

UpdateInterfaceSpecificationTemplateInput.shapeRadius ● Float scalar

The corner radius of the shape, ignored for circle/ellipse

UpdateInterfaceSpecificationTemplateInput.shapeType ● ShapeType enum

The type of the shape

UpdateInterfaceSpecificationTemplateInput.stroke ● StrokeStyleInput input

Style of the stroke, null removes the stroke

Member Of

updateInterfaceSpecificationTemplate mutation

Released under the MIT License.