Skip to content

createLabel ​

Creates a new Label on at least one Trackable. Requires MANAGE_LABELS on all provided Trackables.

graphql
createLabel(
  input: CreateLabelInput!
): CreateLabelPayload!

Arguments ​

createLabel.input ● CreateLabelInput! non-null input ​

Defines the created Label

Type ​

CreateLabelPayload object ​

Released under the MIT License.