AddLabelToTrackableInput
Input for the addLabelToTrackable mutation
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