Skip to main content

UpdateEventMarketingGroupInput

Defines the input for updating an event marketing group.

input UpdateEventMarketingGroupInput {
customFields: [CustomFieldInput!]
eventId: ID!
groupId: ID!
name: String
uniqueCode: String
}

Fields

UpdateEventMarketingGroupInput.customFields ● [CustomFieldInput!] list input

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

UpdateEventMarketingGroupInput.eventId ● ID! non-null scalar

The identifier of the event the marketing group is associated with.

UpdateEventMarketingGroupInput.groupId ● ID! non-null scalar

The identifier of the marketing group.

UpdateEventMarketingGroupInput.name ● String scalar

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

UpdateEventMarketingGroupInput.uniqueCode ● String scalar

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

The value must be unique across all marketing groups for an event.

Member Of

updateEventMarketingGroup mutation