feat: create labels if not exist when setting labels in the highlight

This commit is contained in:
Hongbo Wu
2023-06-30 11:40:39 +08:00
parent 8d3cac989b
commit 13afb7febd
5 changed files with 60 additions and 26 deletions

View File

@ -1850,7 +1850,8 @@ enum SetLabelsErrorCode {
input SetLabelsForHighlightInput {
highlightId: ID!
labelIds: [ID!]!
labelIds: [ID!]
labels: [CreateLabelInput!]
}
input SetLabelsInput {