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