RemoveLabelFromTrackableInput
Input for the removeLabelFromTrackable mutation
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