Skip to content

UpdateRelationTemplateInput ​

Input for the updateRelationTemplate mutation

graphql
input UpdateRelationTemplateInput {
  description: String
  id: ID!
  markerType: MarkerType
  name: String
  stroke: StrokeStyleInput
}

Fields ​

UpdateRelationTemplateInput.description ● String scalar ​

The description of the NamedNode

UpdateRelationTemplateInput.id ● ID! non-null scalar ​

The id of the node to update

UpdateRelationTemplateInput.markerType ● MarkerType enum ​

The type of the marker at the end of the relation

UpdateRelationTemplateInput.name ● String scalar ​

The new name of the NamedNode, must not be empty

UpdateRelationTemplateInput.stroke ● StrokeStyleInput input ​

Style of the stroke, null removes the stroke

Member Of ​

updateRelationTemplate mutation

Released under the MIT License.