Skip to content

UpdateLabelInput

Input for the updateLabel mutation

graphql
input UpdateLabelInput {
  color: Color
  description: String
  id: ID!
  name: String
}

Fields

UpdateLabelInput.color ● Color 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

Released under the MIT License.