Skip to content

UpdateInterfaceSpecificationTemplateInput

Input for the updateInterfaceSpecificationTemplate mutation

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

Fields

UpdateInterfaceSpecificationTemplateInput.description ● String scalar

The description of the NamedNode

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

Member Of

updateInterfaceSpecificationTemplate mutation

Released under the MIT License.