Skip to content

CreateLabelPayload ​

No description

graphql
type CreateLabelPayload {
  label: Label!
}

Fields ​

CreateLabelPayload.label ● Label! non-null object ​

The created Label

Returned By ​

createLabel mutation

Released under the MIT License.