Skip to main content

UpdateEventMarketingSubTagInput

Defines the input for updating an event marketing sub tag.

input UpdateEventMarketingSubTagInput {
customFields: [CustomFieldInput!]
eventId: ID!
name: String
subTagId: ID!
tagId: ID!
uniqueCode: String
}

Fields

UpdateEventMarketingSubTagInput.customFields ● [CustomFieldInput!] list input

The custom fields to update or create for the marketing sub tag. Optional.

UpdateEventMarketingSubTagInput.eventId ● ID! non-null scalar

The identifier of the event the marketing sub tag is associated with.

UpdateEventMarketingSubTagInput.name ● String scalar

A UTF-8 string representing the name of the marketing sub tag. Optional.

UpdateEventMarketingSubTagInput.subTagId ● ID! non-null scalar

The identifier of the marketing sub tag.

UpdateEventMarketingSubTagInput.tagId ● ID! non-null scalar

The identifier of the marketing tag the marketing sub tag is associated with.

UpdateEventMarketingSubTagInput.uniqueCode ● String scalar

A customer supplied, UTF-8 string value that represents a unique code for the marketing sub tag. Optional.

The value must be unique across all marketing sub tags for a marketing tag.

Member Of

updateEventMarketingSubTag mutation