@AutoPayloadType(description = "The created Label")
suspend fun createLabel(input: CreateLabelInput, dfe: DataFetchingEnvironment): Label

Creates a new Label on at least one Trackable. Requires MANAGE_LABELS on all provided Trackables.