Skip to content

AddLabelToTrackableInput

Input for the addLabelToTrackable mutation

graphql
input AddLabelToTrackableInput {
  label: ID!
  trackable: ID!
}

Fields

AddLabelToTrackableInput.label ● ID! non-null scalar

The id of the Label to add

AddLabelToTrackableInput.trackable ● ID! non-null scalar

The id of the Trackable where to add the Label

Member Of

addLabelToTrackable mutation

Released under the MIT License.