Skip to content

AddLabelToTrackablePayload

No description

graphql
type AddLabelToTrackablePayload {
  trackable: Trackable!
}

Fields

AddLabelToTrackablePayload.trackable ● Trackable! non-null interface

The Trackable to which the Label was added

Returned By

addLabelToTrackable mutation

Released under the MIT License.