Skip to content

addLabelToTrackable

Adds a Label to a Trackable, requires MANAGE_LABELS on the Trackable and EXPORT_LABEL on any Trackable the Label is on

graphql
addLabelToTrackable(
  input: AddLabelToTrackableInput!
): AddLabelToTrackablePayload!

Arguments

addLabelToTrackable.input ● AddLabelToTrackableInput! non-null input

Defines the Label and Trackable

Type

AddLabelToTrackablePayload object

Released under the MIT License.