feat: create labels if not exist when setting labels in the highlight
This commit is contained in:
@ -1850,7 +1850,8 @@ enum SetLabelsErrorCode {
|
||||
|
||||
input SetLabelsForHighlightInput {
|
||||
highlightId: ID!
|
||||
labelIds: [ID!]!
|
||||
labelIds: [ID!]
|
||||
labels: [CreateLabelInput!]
|
||||
}
|
||||
|
||||
input SetLabelsInput {
|
||||
|
||||
Reference in New Issue
Block a user