UpdateLabelInput
Input for the updateLabel mutation
input UpdateLabelInput {
  color: String
  description: String
  id: ID!
  name: String
}
Fields
UpdateLabelInput.color ● String scalar
The new color of the Label
UpdateLabelInput.description ● String scalar
The description of the NamedNode
UpdateLabelInput.id ● ID! non-null scalar
The id of the node to update
UpdateLabelInput.name ● String scalar
The new name of the NamedNode, must not be empty
Member of
updateLabel  mutation