Skip to content

updateLabel

Updates the specified Label, requires MANAGE_LABELS on any Trackable the Label is on

graphql
updateLabel(
  input: UpdateLabelInput!
): UpdateLabelPayload!

Arguments

updateLabel.input ● UpdateLabelInput! non-null input

Defines which Label to update and how to update it

Type

UpdateLabelPayload object

Released under the MIT License.