Skip to content

RemoveLabelFromTrackableInput

Input for the removeLabelFromTrackable mutation

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

Fields

RemoveLabelFromTrackableInput.label ● ID! non-null scalar

The id of the Label to remove

RemoveLabelFromTrackableInput.trackable ● ID! non-null scalar

The id of the Trackable where to remove the Label

Member Of

removeLabelFromTrackable mutation

Released under the MIT License.