OBJECT
TagSettingsMutation
link GraphQL Schema definition
- type TagSettingsMutation {
- # Arguments
- # label: [Not documented]
- # color: [Not documented]
- (: String!, : HexColor!): Boolean!
- # Arguments
- # tagDefinition: [Not documented]
- # color: [Not documented]
- # autoAddTqlCondition: [Not documented]
- (
- : TagDefinitionNid!,
- : HexColor,
- : TagDefinitionAutoAddCondition
- ): Boolean!
- # Arguments
- # tagDefinition: [Not documented]
- (: TagDefinitionNid!): Boolean!
- }