UpdateRelationTemplateInput
Input for the updateRelationTemplate mutation
graphql
input UpdateRelationTemplateInput {
description: String
id: ID!
markerType: MarkerType
name: String
}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
Member Of
updateRelationTemplate mutation