CreateEventMarketingSubTagInput
Defines the input for creating an event marketing sub tag.
input CreateEventMarketingSubTagInput {
customFields: [CustomFieldInput!]
eventId: ID!
name: String!
tagId: ID!
uniqueCode: String
}
Fields
CreateEventMarketingSubTagInput.customFields ● [CustomFieldInput!] list input
The custom fields to create for the marketing sub tag. Optional.
CreateEventMarketingSubTagInput.eventId ● ID! non-null scalar
The identifier of the event the marketing sub tag is associated with.
CreateEventMarketingSubTagInput.name ● String! non-null scalar
A UTF-8 string representing the name of the marketing sub tag.
CreateEventMarketingSubTagInput.tagId ● ID! non-null scalar
The identifier of the marketing tag the marketing sub tag is associated with.
CreateEventMarketingSubTagInput.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
createEventMarketingSubTag mutation