Skip to content

UpdateLabelPayload

No description

graphql
type UpdateLabelPayload {
  label: Label!
}

Fields

UpdateLabelPayload.label ● Label! non-null object

The updated Label

Returned By

updateLabel mutation

Released under the MIT License.